DBA Data[Home] [Help]

APPS.IGI_STP_TABLE_HANDLER_PKG dependencies on AR_SYSTEM_PARAMETERS

Line 1201: FROM ar_system_parameters;

1197: WHERE customer_id = X_customer_id;
1198:
1199: CURSOR c_gen_cust_num IS
1200: SELECT generate_customer_number
1201: FROM ar_system_parameters;
1202:
1203: l_gen_cust_num varchar2(1);
1204: l_profile_value varchar2(100); -- For capturing the value returned by fnd_profile.get
1205: BEGIN