DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on CSP_REQUIREMENT_HEADERS_V

Line 1222: csp_requirement_headers_v req

1218: FROM HZ_CUST_ACCT_SITES_ALL cust_acct,
1219: HZ_CUST_SITE_USES_ALL site_use,
1220: hz_party_site_uses hpsu,
1221: cs_incidents_all cia,
1222: csp_requirement_headers_v req
1223: WHERE req.requirement_header_id = p_rqmt_header_id
1224: and cia.incident_id = req.incident_id
1225: and cust_acct.cust_account_id = cia.bill_to_account_id
1226: and hpsu.party_site_use_id = cia.bill_to_site_use_id