DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on BOM_RESOURCES

Line 6395: from bom_resources

6391: l_stmt_num := 10;
6392:
6393: select nvl(absorption_account,-1)
6394: into l_acct
6395: from bom_resources
6396: where resource_id = l_res_id
6397: and organization_id = i_org_id;
6398:
6399: end if;