DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_SYSTEM_PARAMETERS

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

1170: cursor c_cnt_org_access
1171: is
1172: select count(1)
1173: from ap_org_attributes_gt all_orgs
1174: where org_id not in (select org_id from ap_system_parameters);
1175:
1176:
1177: begin
1178: --

Line 1326: from ap_system_parameters_all

1322:
1323: cursor c_get_ledger_from_org
1324: is
1325: select set_of_books_id ledger_id
1326: from ap_system_parameters_all
1327: where org_id = g_org_id;
1328:
1329: lv_closing_status gl_period_statuses.closing_status%type;
1330: ld_period_start_date gl_period_statuses.start_date%type;