DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on PER_ALL_ASSIGNMENTS

Line 490: l_assignmentid per_all_assignments.ASSIGNMENT_ID%TYPE;

486: -- l_costAlocationKeyflexId pay_cost_allocation_keyflex.cost_allocation_keyflex_id%TYPE;
487: l_specialInstruction ota_delegate_bookings.SPECIAL_BOOKING_INSTRUCTIONS%TYPE;
488: l_keyflexid pay_cost_allocation_keyflex.cost_allocation_keyflex_id%TYPE;
489: l_businessgroupid ota_delegate_bookings.BUSINESS_GROUP_ID%TYPE;
490: l_assignmentid per_all_assignments.ASSIGNMENT_ID%TYPE;
491: l_organizationid ota_delegate_bookings.ORGANIZATION_ID%TYPE;
492: l_tdb_information_category ota_delegate_bookings.TDB_INFORMATION_CATEGORY%TYPE;
493: l_tdb_information1 ota_delegate_bookings.TDB_INFORMATION1%TYPE;
494: l_tdb_information2 ota_delegate_bookings.TDB_INFORMATION2%TYPE;

Line 982: l_business_group_id_from PER_ALL_ASSIGNMENTS_F.business_group_id%TYPE;

978: l_from varchar2(15);
979: l_cancel_boolean BOOLEAN;
980: l_auto_create_finance VARCHAR2(40);
981: l_price_basis OTA_EVENTS.price_basis%TYPE;
982: l_business_group_id_from PER_ALL_ASSIGNMENTS_F.business_group_id%TYPE;
983: l_business_group_id_to hr_all_organization_units.organization_id%type;
984: l_assignment_id PER_ALL_ASSIGNMENTS_F.assignment_id%TYPE;
985: l_organization_id PER_ALL_ASSIGNMENTS_F.organization_id%TYPE;
986: l_user NUMBER;

Line 984: l_assignment_id PER_ALL_ASSIGNMENTS_F.assignment_id%TYPE;

980: l_auto_create_finance VARCHAR2(40);
981: l_price_basis OTA_EVENTS.price_basis%TYPE;
982: l_business_group_id_from PER_ALL_ASSIGNMENTS_F.business_group_id%TYPE;
983: l_business_group_id_to hr_all_organization_units.organization_id%type;
984: l_assignment_id PER_ALL_ASSIGNMENTS_F.assignment_id%TYPE;
985: l_organization_id PER_ALL_ASSIGNMENTS_F.organization_id%TYPE;
986: l_user NUMBER;
987: fapi_finance_header_id OTA_FINANCE_LINES.finance_header_id%TYPE;
988: fapi_object_version_number OTA_FINANCE_LINES.object_version_number%TYPE;

Line 985: l_organization_id PER_ALL_ASSIGNMENTS_F.organization_id%TYPE;

981: l_price_basis OTA_EVENTS.price_basis%TYPE;
982: l_business_group_id_from PER_ALL_ASSIGNMENTS_F.business_group_id%TYPE;
983: l_business_group_id_to hr_all_organization_units.organization_id%type;
984: l_assignment_id PER_ALL_ASSIGNMENTS_F.assignment_id%TYPE;
985: l_organization_id PER_ALL_ASSIGNMENTS_F.organization_id%TYPE;
986: l_user NUMBER;
987: fapi_finance_header_id OTA_FINANCE_LINES.finance_header_id%TYPE;
988: fapi_object_version_number OTA_FINANCE_LINES.object_version_number%TYPE;
989: fapi_result VARCHAR2(40);