DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKS_BSL_PR

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

4737: IF NOT l_subline_failed THEN
4738: if p_prv = 1 then
4739: select count(id) into l_subline_count from oks_bill_sub_lines where bcl_id = Bcl_rec.id;
4740: elsif p_prv = 2 then
4741: select count(id) into l_subline_count from oks_bsl_pr where bcl_id = Bcl_rec.id;
4742: end if;
4743: FND_FILE.PUT_LINE(FND_FILE.LOG,'OKS_ARFEEDER_PUB.debug report'||l_subline_count);
4744:
4745: p_billrep_tbl(p_billrep_tbl_idx).Successful_SubLines:= p_billrep_tbl(p_billrep_tbl_idx).Successful_SubLines +l_subline_count;