DBA Data[Home] [Help]

APPS.BOM_BPEL_SYNCBILLOFMATERIALSLI dependencies on SQLJUTL

Line 1031: P_INIT_MSG_LIST_ := SYS.SQLJUTL.INT2BOOL(P_INIT_MSG_LIST);

1027: L_ERROR_MESSAGE VARCHAR2(4000);
1028: BEGIN
1029: Error_Handler.Initialize;
1030:
1031: P_INIT_MSG_LIST_ := SYS.SQLJUTL.INT2BOOL(P_INIT_MSG_LIST);
1032: P_BOM_HEADER_TBL_ := BOM_BPEL_SYNCBILLOFMATERIALSLI.SQL_TO_PL_HEADER_TBL(P_BOM_HEADER_TBL);
1033: P_BOM_REVISION_TBL_ := BOM_BPEL_SYNCBILLOFMATERIALSLI.SQL_TO_PL_REV_TBL(P_BOM_REVISION_TBL);
1034: P_BOM_COMPONENT_TBL_ := BOM_BPEL_SYNCBILLOFMATERIALSLI.SQL_TO_PL_COMPS_TBL(P_BOM_COMPONENT_TBL);
1035: P_BOM_REF_DESIGNATOR_TBL_ := BOM_BPEL_SYNCBILLOFMATERIALSLI.SQL_TO_PL_RF_DES_TBL(P_BOM_REF_DESIGNATOR_TBL);