DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on BOM_PUB_COMMON_COMP

Line 3963: error_handler.write_debug(' Check if custom hook enabled: ' || BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) );

3959:
3960: -- Bug 10094436 - pim-ait integration: provide custom hook to ait for item org assignment
3961: --- custom hook API called for sun-integration
3962: IF BOM_Globals.get_debug = 'Y' THEN
3963: error_handler.write_debug(' Check if custom hook enabled: ' || BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) );
3964: END IF;
3965:
3966: if BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) = 'Y' then
3967: IF BOM_Globals.get_debug = 'Y' THEN

Line 3966: if BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) = 'Y' then

3962: IF BOM_Globals.get_debug = 'Y' THEN
3963: error_handler.write_debug(' Check if custom hook enabled: ' || BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) );
3964: END IF;
3965:
3966: if BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) = 'Y' then
3967: IF BOM_Globals.get_debug = 'Y' THEN
3968: error_handler.write_debug(' Before calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS assign component ' || g_rev_comp_Unexp_rec.component_item_id || ' - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );
3969: END IF;
3970:

Line 3968: error_handler.write_debug(' Before calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS assign component ' || g_rev_comp_Unexp_rec.component_item_id || ' - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );

3964: END IF;
3965:
3966: if BOM_PUB_COMMON_COMP.GET_CUSTOM_MODE(1.0) = 'Y' then
3967: IF BOM_Globals.get_debug = 'Y' THEN
3968: error_handler.write_debug(' Before calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS assign component ' || g_rev_comp_Unexp_rec.component_item_id || ' - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );
3969: END IF;
3970:
3971: BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS(
3972: p_api_version => 1.0,

Line 3971: BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS(

3967: IF BOM_Globals.get_debug = 'Y' THEN
3968: error_handler.write_debug(' Before calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS assign component ' || g_rev_comp_Unexp_rec.component_item_id || ' - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );
3969: END IF;
3970:
3971: BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS(
3972: p_api_version => 1.0,
3973: p_revised_item_id => g_Rev_Comp_Unexp_Rec.revised_item_id,
3974: p_organization_id => g_Rev_Comp_Unexp_Rec.organization_id,
3975: p_bill_sequence_id => g_Rev_Comp_Unexp_Rec.bill_sequence_id,

Line 3983: error_handler.write_debug('After calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );

3979: x_return_status => l_return_status,
3980: x_Mesg_Token_Tbl => l_Mesg_Token_Tbl) ;
3981:
3982: IF BOM_Globals.get_debug = 'Y' THEN
3983: error_handler.write_debug('After calling custom hook BOM_PUB_COMMON_COMP.ASSIGN_COMP_TO_ORGS - ' || to_char(sysdate, 'YYYY-MM-DD hh24:mi:ss') );
3984: END IF;
3985: end if;
3986:
3987: