DBA Data[Home] [Help]

APPS.ZX_AP_POPULATE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1150: FROM ap_system_parameters_all

1146: CURSOR get_system_info_cur(c_org_id NUMBER) IS
1147: SELECT discount_distribution_method,
1148: disc_is_inv_less_tax_flag,
1149: liability_post_lookup_code
1150: FROM ap_system_parameters_all
1151: WHERE org_id = c_org_id;
1152:
1153: CURSOR trx_ccid (c_application_id number,
1154: c_entity_code varchar2,