DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_DEFAULT_PVT

Line 779: --OE_Default_Pvt package

775: -- Return changed attributes.
776:
777: --If defaulting is enabled for credit card number, then need to populate the
778: --instrument id and instrument assignment id returned by the Payments API in
779: --OE_Default_Pvt package
780:
781: IF OE_Default_Pvt.g_default_instrument_id IS NOT NULL THEN
782: x_header_rec.cc_instrument_id := OE_Default_Pvt.g_default_instrument_id;
783: oe_debug_pub.add('instr id in fhpmb'||x_header_rec.cc_instrument_id);

Line 781: IF OE_Default_Pvt.g_default_instrument_id IS NOT NULL THEN

777: --If defaulting is enabled for credit card number, then need to populate the
778: --instrument id and instrument assignment id returned by the Payments API in
779: --OE_Default_Pvt package
780:
781: IF OE_Default_Pvt.g_default_instrument_id IS NOT NULL THEN
782: x_header_rec.cc_instrument_id := OE_Default_Pvt.g_default_instrument_id;
783: oe_debug_pub.add('instr id in fhpmb'||x_header_rec.cc_instrument_id);
784: --Setting the value of assignment id to null
785: --after passing the value to the library

Line 782: x_header_rec.cc_instrument_id := OE_Default_Pvt.g_default_instrument_id;

778: --instrument id and instrument assignment id returned by the Payments API in
779: --OE_Default_Pvt package
780:
781: IF OE_Default_Pvt.g_default_instrument_id IS NOT NULL THEN
782: x_header_rec.cc_instrument_id := OE_Default_Pvt.g_default_instrument_id;
783: oe_debug_pub.add('instr id in fhpmb'||x_header_rec.cc_instrument_id);
784: --Setting the value of assignment id to null
785: --after passing the value to the library
786: OE_Default_Pvt.g_default_instrument_id := null;

Line 786: OE_Default_Pvt.g_default_instrument_id := null;

782: x_header_rec.cc_instrument_id := OE_Default_Pvt.g_default_instrument_id;
783: oe_debug_pub.add('instr id in fhpmb'||x_header_rec.cc_instrument_id);
784: --Setting the value of assignment id to null
785: --after passing the value to the library
786: OE_Default_Pvt.g_default_instrument_id := null;
787: END IF;
788:
789: IF OE_Default_Pvt.g_default_instr_assignment_id IS NOT NULL THEN
790: x_header_rec.cc_instrument_assignment_id := OE_Default_Pvt.g_default_instr_assignment_id;

Line 789: IF OE_Default_Pvt.g_default_instr_assignment_id IS NOT NULL THEN

785: --after passing the value to the library
786: OE_Default_Pvt.g_default_instrument_id := null;
787: END IF;
788:
789: IF OE_Default_Pvt.g_default_instr_assignment_id IS NOT NULL THEN
790: x_header_rec.cc_instrument_assignment_id := OE_Default_Pvt.g_default_instr_assignment_id;
791: oe_debug_pub.add('assign id in fhpmb'||x_header_rec.cc_instrument_assignment_id );
792: --Setting the value of assignment id to null
793: --after passing the value to the library

Line 790: x_header_rec.cc_instrument_assignment_id := OE_Default_Pvt.g_default_instr_assignment_id;

786: OE_Default_Pvt.g_default_instrument_id := null;
787: END IF;
788:
789: IF OE_Default_Pvt.g_default_instr_assignment_id IS NOT NULL THEN
790: x_header_rec.cc_instrument_assignment_id := OE_Default_Pvt.g_default_instr_assignment_id;
791: oe_debug_pub.add('assign id in fhpmb'||x_header_rec.cc_instrument_assignment_id );
792: --Setting the value of assignment id to null
793: --after passing the value to the library
794: OE_Default_Pvt.g_default_instr_assignment_id := null;

Line 794: OE_Default_Pvt.g_default_instr_assignment_id := null;

790: x_header_rec.cc_instrument_assignment_id := OE_Default_Pvt.g_default_instr_assignment_id;
791: oe_debug_pub.add('assign id in fhpmb'||x_header_rec.cc_instrument_assignment_id );
792: --Setting the value of assignment id to null
793: --after passing the value to the library
794: OE_Default_Pvt.g_default_instr_assignment_id := null;
795: END IF;
796: --R12 CC Encryption
797: -- Write to cache.
798: