DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKS_BSL_PR

Line 4893: select count(id) into l_subline_count from oks_bsl_pr where bcl_id = Bcl_rec.id;

4889: IF NOT l_subline_failed THEN
4890: if p_prv = 1 then
4891: select count(id) into l_subline_count from oks_bill_sub_lines where bcl_id = Bcl_rec.id;
4892: elsif p_prv = 2 then
4893: select count(id) into l_subline_count from oks_bsl_pr where bcl_id = Bcl_rec.id;
4894: end if;
4895: FND_FILE.PUT_LINE(FND_FILE.LOG,'OKS_ARFEEDER_PUB.debug report'||l_subline_count);
4896:
4897: p_billrep_tbl(p_billrep_tbl_idx).Successful_SubLines:= p_billrep_tbl(p_billrep_tbl_idx).Successful_SubLines +l_subline_count;