DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on HR_DFLEX_UTILITY

Line 532: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

528:
529: l_type ota_booking_status_types.type%type;
530:
531:
532: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
533: hr_dflex_utility.l_ignore_dfcode_varray();
534: l_ignore_dff_validation varchar2(1);
535: v_forum_id number;
536: v_business_group_id number;

Line 533: hr_dflex_utility.l_ignore_dfcode_varray();

529: l_type ota_booking_status_types.type%type;
530:
531:
532: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
533: hr_dflex_utility.l_ignore_dfcode_varray();
534: l_ignore_dff_validation varchar2(1);
535: v_forum_id number;
536: v_business_group_id number;
537:

Line 677: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

673: -- Ignore Enrollment Dff Validation for some cases
674: if ( (l_event_rec.price_basis = 'C' and p_contact_id is not null) or (l_event_rec.line_id is not null) or (p_line_id is not null) ) then
675: l_add_struct_d.extend(1);
676: l_add_struct_d(l_add_struct_d.count) := 'OTA_DELEGATE_BOOKINGS';
677: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
678: l_ignore_dff_validation := 'Y';
679: else
680: l_ignore_dff_validation := 'N';
681: end if;

Line 1002: hr_dflex_utility.remove_ignore_df_validation;

998: hr_utility.set_location(l_proc, 8);
999: end if;
1000:
1001: if ( l_ignore_dff_validation = 'Y' ) then
1002: hr_dflex_utility.remove_ignore_df_validation;
1003: end if;
1004:
1005:
1006: --create frm_notif_subscriber record, only if the enrollment status is 'P' or 'A'

Line 1825: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

1821: where booking_id= p_booking_id;
1822:
1823: l_delegate_contact_id number(15);
1824: l_contact_id number(15);
1825: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1826: hr_dflex_utility.l_ignore_dfcode_varray();
1827: l_ignore_dff_validation varchar2(1);
1828:
1829: Cursor chk_for_comp_upd

Line 1826: hr_dflex_utility.l_ignore_dfcode_varray();

1822:
1823: l_delegate_contact_id number(15);
1824: l_contact_id number(15);
1825: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1826: hr_dflex_utility.l_ignore_dfcode_varray();
1827: l_ignore_dff_validation varchar2(1);
1828:
1829: Cursor chk_for_comp_upd
1830: is

Line 2192: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

2188: -- Ignore Enrollment Dff Validation for some cases
2189: IF ( (l_event_rec.price_basis = 'C' and p_contact_id is not null) or (l_event_rec.line_id is not null) or (p_line_id is not null) ) then
2190: l_add_struct_d.extend(1);
2191: l_add_struct_d(l_add_struct_d.count) := 'OTA_DELEGATE_BOOKINGS';
2192: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
2193: l_ignore_dff_validation := 'Y';
2194: ELSE
2195: l_ignore_dff_validation := 'N';
2196: END IF;

Line 2992: hr_dflex_utility.remove_ignore_df_validation;

2988:
2989: END IF;
2990:
2991: IF ( l_ignore_dff_validation = 'Y') THEN
2992: hr_dflex_utility.remove_ignore_df_validation;
2993: END IF;
2994:
2995: --
2996: -- Call After Process User Hook