DBA Data[Home] [Help]

APPS.ZX_AP_POPULATE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 329: FROM ap_system_parameters_all

325: CURSOR get_system_info_cur_hdr(c_org_id NUMBER) IS
326: SELECT discount_distribution_method,
327: disc_is_inv_less_tax_flag,
328: liability_post_lookup_code
329: FROM ap_system_parameters_all
330: WHERE org_id = c_org_id;
331:
332: CURSOR rep_detail_cursor(c_request_id IN NUMBER
333: ,c_ledger_id IN NUMBER

Line 1299: FROM ap_system_parameters_all

1295: CURSOR get_system_info_cur(c_org_id NUMBER) IS
1296: SELECT discount_distribution_method,
1297: disc_is_inv_less_tax_flag,
1298: liability_post_lookup_code
1299: FROM ap_system_parameters_all
1300: WHERE org_id = c_org_id;
1301:
1302: CURSOR trx_ccid (c_application_id number,
1303: c_entity_code varchar2,