DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 948: where org_id not in (select org_id from ap_system_parameters);

944: cursor c_cnt_org_access
945: is
946: select count(1)
947: from ap_org_attributes_gt all_orgs
948: where org_id not in (select org_id from ap_system_parameters);
949:
950:
951: begin
952: --

Line 1098: from ap_system_parameters_all

1094:
1095: cursor c_get_ledger_from_org
1096: is
1097: select set_of_books_id ledger_id
1098: from ap_system_parameters_all
1099: where org_id = g_org_id;
1100:
1101: lv_closing_status gl_period_statuses.closing_status%type;
1102: ld_period_start_date gl_period_statuses.start_date%type;