DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKL_ACCOUNT_DIST_PUB

Line 74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;

70: l_tld_debug_cnt NUMBER;
71: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
72:
73:
74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
76: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
77: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
78:

Line 75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

71: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
72:
73:
74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
76: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
77: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
78:
79: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;

Line 76: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;

72:
73:
74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
76: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
77: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
78:
79: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
80: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;

Line 77: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;

73:
74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
76: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
77: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
78:
79: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
80: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;
81: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

Line 1907: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;

1903: l_flag_acc_call VARCHAR2(5);
1904: --gkhuntet added end.
1905:
1906: ---- Added by Vpanwar --- Code for new accounting API uptake
1907: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
1908: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
1909: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
1910: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
1911:

Line 1908: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

1904: --gkhuntet added end.
1905:
1906: ---- Added by Vpanwar --- Code for new accounting API uptake
1907: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
1908: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
1909: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
1910: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
1911:
1912: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;

Line 1909: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;

1905:
1906: ---- Added by Vpanwar --- Code for new accounting API uptake
1907: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
1908: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
1909: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
1910: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
1911:
1912: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
1913: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;

Line 1910: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;

1906: ---- Added by Vpanwar --- Code for new accounting API uptake
1907: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
1908: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
1909: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
1910: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
1911:
1912: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
1913: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;
1914: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;

Line 2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;

2466: l_tld_debug_cnt NUMBER;
2467: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2468:
2469: ---- Added by Vpanwar --- Code for new accounting API uptake
2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
2472: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
2473: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
2474:

Line 2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

2467: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2468:
2469: ---- Added by Vpanwar --- Code for new accounting API uptake
2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
2472: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
2473: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
2474:
2475: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;

Line 2472: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;

2468:
2469: ---- Added by Vpanwar --- Code for new accounting API uptake
2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
2472: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
2473: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
2474:
2475: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
2476: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;

Line 2473: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;

2469: ---- Added by Vpanwar --- Code for new accounting API uptake
2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;
2472: l_ctxt_val_tbl Okl_Account_Dist_Pub.CTXT_VAL_TBL_TYPE;
2473: l_acc_gen_primary_key_tbl Okl_Account_Dist_Pub.ACC_GEN_PRIMARY_KEY;
2474:
2475: l_tmpl_identify_tbl Okl_Account_Dist_Pvt.TMPL_IDENTIFY_TBL_TYPE;
2476: l_dist_info_tbl Okl_Account_Dist_Pvt.DIST_INFO_TBL_TYPE;
2477: l_ctxt_tbl Okl_Account_Dist_Pvt.CTXT_TBL_TYPE;