DBA Data[Home] [Help]

APPS.XNB_SALES_ORDER_PVT dependencies on CLN_COLL_HIST_DTL

Line 237: cln_coll_hist_dtl clndtl

233:
234: select COUNT(clndtl.collaboration_dtl_id)
235: into l_cnt
236: from cln_coll_hist_hdr clnhdr,
237: cln_coll_hist_dtl clndtl
238: where
239: clnhdr.application_id = '881'
240: and clnhdr.collaboration_type = 'XNB_ACCOUNT'
241: and clnhdr.document_no = l_acct_num

Line 252: cln_coll_hist_dtl clndtl

248:
249: select COUNT(clndtl.collaboration_dtl_id)
250: into l_cnt_t
251: from cln_coll_hist_hdr clnhdr,
252: cln_coll_hist_dtl clndtl
253: where
254: clnhdr.application_id = '881'
255: and clnhdr.collaboration_type = 'XNB_ACCOUNT'
256: and clnhdr.document_no = l_acct_num