DBA Data[Home] [Help]

APPS.INVPCOII dependencies on CSTPUMEC

Line 671: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

667:
668:
669: -- Bug 2603043
670: if (Temp_Org_Id <> cc1.organization_id) then
671: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
672: Temp_Cost_type,
673: l_list_id,
674: I_USER_ID,
675: I_REQ_ID,

Line 702: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

698: End if;
699: END LOOP; /* cst1 cursor */
700:
701: -- Calling this for the last org for cc1 cursor
702: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
703: Temp_Cost_type,
704: l_list_id,
705: I_USER_ID,
706: I_REQ_ID,

Line 763: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

759: l_error_msg);
760:
761: -- Bug 2603043
762: if (Temp_Org_Id <> cc2.organization_id) then
763: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
764: Temp_Cost_type,
765: l_list_id,
766: I_USER_ID,
767: I_REQ_ID,

Line 805: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

801: and rownum =1;
802:
803: if (New_list_ct = 1) then
804: -- Calling this for the last org for cc2 cursor
805: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
806: Temp_Cost_type,
807: l_list_id,
808: I_USER_ID,
809: I_REQ_ID,

Line 867: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

863: l_error_msg);
864:
865: -- Bug 2603043
866: if (Temp_Org_Id <> cc3.organization_id) then
867: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
868: Temp_Cost_type,
869: l_list_id,
870: I_USER_ID,
871: I_REQ_ID,

Line 908: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,

904: where list_id = l_list_id
905: and rownum =1;
906:
907: if (New_list_ct = 1 ) then
908: CSTPUMEC.CSTPERIC (Temp_Cost_Org_Id,
909: Temp_Cost_type,
910: l_list_id,
911: I_USER_ID,
912: I_REQ_ID,