--Create view for requests
create or replace view xxexpd_fnd_requests_v as select requestor, request_id, phase_code, status_code, request_date, actual_start_date, actual_completion_date, program, argument_text, program_short_name, user_concurrent_program_name, (select responsibility_name from fnd_responsibility_tl where responsibility_id = fr.responsibility_id) responsibility from fnd_conc_req_summary_v fr where requestor = 'RANREDDY' order by 2 desc; select (select RESPONSIBILITY_NAME from fnd_responsibility_tl where responsibility_id = a.responsibility_id )RESPONSIBILITY_NAME, request_id, priority_request_id, parent_request_id, requestor,user_concurrent_program_name , phase_Code,status_code ,actual_start_date, actual_completion_date, argument_text from fnd_conc_req_summary_v a where --requestor = 'RANREDDY' --request_id = 87593756 user_concurrent_program_name = 'EXPD Generic Send Email Program' order by 2 desc exec AD_ZD.grant_privs('SELECT', 'XXEXPD_TCA_ADDITIONAL_INFO', 'APPS_READ_ONLY_EXPD'); update ra_customer_trx_all set printing_pending = 'Y' where trx_number = '1921431391'; select *from hz_cust_accounts where status = 'A' and customer_class_code = 'HOTEL' and attribute2 = 'DIR' and account_name like '%Hotel Collect' BEGIN MO_GLOBAL.SET_POLICY_CONTEXT('S',304); END; select rcta.trx_number,rctla.unit_selling_price,rctla.line_number,rct.type from ra_customer_trx_lines_all rctla ,ra_customer_trx_all rcta ,ra_cust_trx_types_all rct ,ar_payment_schedules_all aps where rctla.attribute12 = '1309503170' and rcta.customer_trx_id = rctla.customer_trx_id and rcta.cust_trx_type_id = rct.cust_trx_type_id and rcta.customer_trx_id = aps.customer_trx_id and rcta.org_id = aps.org_id ORDER BY rcta.term_due_date
--Stetting a New Password from
No comments:
Post a Comment