DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on OKS_EXTWAR_UTIL_PVT

Line 1113: If oks_extwar_util_pvt.check_already_billed(

1109: If l_header_dates is not null then
1110:
1111: --new
1112:
1113: If oks_extwar_util_pvt.check_already_billed(
1114: p_chr_id => null,
1115: p_cle_id => header_lines_tbl(i).cle_id,
1116: p_lse_id => l_okc_lines_rec.lse_id,
1117: p_end_date => null) Then

Line 2308: If NOT oks_extwar_util_pvt.check_already_billed(

2304: OPEN cur_sub_line(l_cle_id);
2305: FETCH cur_sub_line INTO l_sub_line_rec;
2306: CLOSE cur_sub_line;
2307:
2308: If NOT oks_extwar_util_pvt.check_already_billed(
2309: p_chr_id => null,
2310: p_cle_id => header_lines_tbl(i).cle_id,
2311: p_lse_id => l_bpf_lse_id,
2312: p_end_date => null

Line 2809: OKS_EXTWAR_UTIL_PVT.CREATE_SALES_CREDITS

2805: -- Bug 5227077 --
2806:
2807: END IF; -- End if for plsql table count.
2808:
2809: OKS_EXTWAR_UTIL_PVT.CREATE_SALES_CREDITS
2810: (
2811: P_header_id =>l_chr_id
2812: ,P_line_id => l_cle_id
2813: ,X_return_status => l_return_status

Line 4408: If oks_extwar_util_pvt.check_already_billed(

4404: l_sub_line_number := l_sub_line_lse_rec.line_number;
4405: l_line_number := l_okc_lines_rec.line_number;
4406: l_sub_line_seq_number := (l_line_number || '.' || l_sub_line_number);
4407:
4408: If oks_extwar_util_pvt.check_already_billed(
4409: p_chr_id => null,
4410: p_cle_id => l_cle_id,
4411: p_lse_id => line_dates_rec.lse_id,
4412: p_end_date => null) Then