DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on BOMPOPIF

Line 3551: l_return_code := BOMPOPIF.bmopinp_open_interface_process(

3547: RETURN;
3548: END IF;
3549: END IF;
3550:
3551: l_return_code := BOMPOPIF.bmopinp_open_interface_process(
3552: org_id => p_organization_id,
3553: all_org => p_all_organization,
3554: val_rtg_flag => p_import_routings,
3555: val_bom_flag => p_import_bills,

Line 3584: l_return_code := BOMPOPIF.bmopinp_open_interface_process(

3580: END IF;
3581:
3582: EXCEPTION
3583: WHEN NO_DATA_FOUND THEN
3584: l_return_code := BOMPOPIF.bmopinp_open_interface_process(
3585: org_id => p_organization_id,
3586: all_org => p_all_organization,
3587: val_rtg_flag => p_import_routings,
3588: val_bom_flag => p_import_bills,