DBA Data[Home] [Help]

APPS.BOM_BILL_OF_MATLS_PKG dependencies on BOM_REVISIONS

Line 57: BOM_REVISIONS.Get_Revision(

53: Pragma exception_init(no_revision_found, -20001);
54: BEGIN
55: For X_Bill in GetBillInfo loop
56: BEGIN
57: BOM_REVISIONS.Get_Revision(
58: type => 'PART',
59: eco_status => 'ALL',
60: examine_type => 'IMPL_ONLY',
61: org_id => X_Bill.Organization_Id,