DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on OKS_EXTWAR_UTIL_PVT

Line 1119: If oks_extwar_util_pvt.check_already_billed(

1115: If l_header_dates is not null then
1116:
1117: --new
1118:
1119: If oks_extwar_util_pvt.check_already_billed(
1120: p_chr_id => null,
1121: p_cle_id => header_lines_tbl(i).cle_id,
1122: p_lse_id => l_okc_lines_rec.lse_id,
1123: p_end_date => null) Then

Line 2342: If NOT oks_extwar_util_pvt.check_already_billed(

2338: OPEN cur_sub_line(l_cle_id);
2339: FETCH cur_sub_line INTO l_sub_line_rec;
2340: CLOSE cur_sub_line;
2341:
2342: If NOT oks_extwar_util_pvt.check_already_billed(
2343: p_chr_id => null,
2344: p_cle_id => header_lines_tbl(i).cle_id,
2345: p_lse_id => l_bpf_lse_id,
2346: p_end_date => null

Line 2843: OKS_EXTWAR_UTIL_PVT.CREATE_SALES_CREDITS

2839: -- Bug 5227077 --
2840:
2841: END IF; -- End if for plsql table count.
2842:
2843: OKS_EXTWAR_UTIL_PVT.CREATE_SALES_CREDITS
2844: (
2845: P_header_id =>l_chr_id
2846: ,P_line_id => l_cle_id
2847: ,X_return_status => l_return_status

Line 4480: If oks_extwar_util_pvt.check_already_billed(

4476: l_sub_line_number := l_sub_line_lse_rec.line_number;
4477: l_line_number := l_okc_lines_rec.line_number;
4478: l_sub_line_seq_number := (l_line_number || '.' || l_sub_line_number);
4479:
4480: If oks_extwar_util_pvt.check_already_billed(
4481: p_chr_id => null,
4482: p_cle_id => l_cle_id,
4483: p_lse_id => line_dates_rec.lse_id,
4484: p_end_date => null) Then