[Home] [Help]
APPS.CSTPACDP dependencies on BOM_RESOURCES
Line 6507: from bom_resources
6503: l_stmt_num := 10;
6504:
6505: select nvl(absorption_account,-1)
6506: into l_acct
6507: from bom_resources
6508: where resource_id = l_res_id
6509: and organization_id = i_org_id;
6510:
6511: end if;