DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on CTO_ITEM_PK

Line 1776: lStatus := CTO_ITEM_PK.create_all_items( p_top_ato_line_id ,XReturnStatus, XMsgCount, XMsgData ) ;

1772:
1773: v_step := 'Step 10 ' ;
1774:
1775: /*
1776: lStatus := CTO_ITEM_PK.create_all_items( p_top_ato_line_id ,XReturnStatus, XMsgCount, XMsgData ) ;
1777: */
1778:
1779:
1780:

Line 1811: lStatus := CTO_ITEM_PK.Create_And_Link_Item(p_top_ato_line_id,

1807:
1808:
1809:
1810:
1811: lStatus := CTO_ITEM_PK.Create_And_Link_Item(p_top_ato_line_id,
1812: xReturnStatus ,
1813: xMsgCount ,
1814: xMsgData ,
1815: 'PRECONFIG' ) ;

Line 1835: -- insert into my_debug_messages values ( ' returned from CTO_ITEM_PK.create_all_items ') ;

1831: end if;
1832:
1833:
1834:
1835: -- insert into my_debug_messages values ( ' returned from CTO_ITEM_PK.create_all_items ') ;
1836: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' returned from CTO_ITEM_PK.create_all_items ') ;
1837:
1838:
1839:

Line 1836: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' returned from CTO_ITEM_PK.create_all_items ') ;

1832:
1833:
1834:
1835: -- insert into my_debug_messages values ( ' returned from CTO_ITEM_PK.create_all_items ') ;
1836: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' returned from CTO_ITEM_PK.create_all_items ') ;
1837:
1838:
1839:
1840: v_step := 'Step 15 ' ;

Line 2003: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' canning has been outsourced to CTO_ITEM_PK ' ) ;

1999: end loop ;
2000: */
2001:
2002:
2003: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' canning has been outsourced to CTO_ITEM_PK ' ) ;
2004:
2005:
2006:
2007: end if ; /* match_profile_on */