DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_CWK_ dependencies on PER_IN_DATA_PUMP

Line 785: PER_IN_DATA_PUMP.get_vendor_site_id

781: if c.p106 is null then
782: L_VENDOR_SITE_ID:=nn;
783: else
784: L_VENDOR_SITE_ID :=
785: PER_IN_DATA_PUMP.get_vendor_site_id
786: (P_VENDOR_SITE_ID => c.p106);
787: end if;
788: --
789: if c.p107 is null then

Line 793: PER_IN_DATA_PUMP.get_po_header_id

789: if c.p107 is null then
790: L_PO_HEADER_ID:=nn;
791: else
792: L_PO_HEADER_ID :=
793: PER_IN_DATA_PUMP.get_po_header_id
794: (P_PO_HEADER_ID => c.p107);
795: end if;
796: --
797: if c.p108 is null then

Line 801: PER_IN_DATA_PUMP.get_po_line_id

797: if c.p108 is null then
798: L_PO_LINE_ID:=nn;
799: else
800: L_PO_LINE_ID :=
801: PER_IN_DATA_PUMP.get_po_line_id
802: (P_PO_LINE_ID => c.p108);
803: end if;
804: --
805: if c.p109 is null then

Line 809: PER_IN_DATA_PUMP.GET_SCL_CONTRACTOR_ID

805: if c.p109 is null then
806: L_SCL_CONTRACTOR_NAME:=vn;
807: else
808: L_SCL_CONTRACTOR_NAME :=
809: PER_IN_DATA_PUMP.GET_SCL_CONTRACTOR_ID
810: (P_SCL_CONTRACTOR_NAME => c.p109);
811: end if;
812: --
813: if c.p110 is null then