DBA Data[Home] [Help]

APPS.OTA_CERT_APPROVAL_SS dependencies on OTA_GENERAL

Line 230: l_transaction_table(l_count).param_value := ota_general.get_business_group_id();

226:
227:
228: l_count := l_count + 1;
229: l_transaction_table(l_count).param_name := 'P_BUSINESSGROUPID';
230: l_transaction_table(l_count).param_value := ota_general.get_business_group_id();
231: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
232:
233:
234:

Line 1200: and business_group_id = ota_general.get_business_group_id();*/

1196: Select cert_enrollment_id
1197: from ota_cert_enrollments
1198: where certification_id = l_certification_id
1199: and person_id = l_person_id
1200: and business_group_id = ota_general.get_business_group_id();*/
1201:
1202: begin
1203:
1204: l_from := hr_transaction_api.get_varchar2_value