DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_BOE_GENERAL_PKG

Line 3074: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3070: if p_cvd_taxes > 0 then
3071: p_codepath := jai_general_pkg.plot_codepath(23.01, p_codepath); /* 23.01 */
3072: ln_debit := null;
3073: ln_credit := p_cvd_taxes;
3074: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3075: pv_tax_type_code =>jai_constants.tax_type_cvd
3076: ,pv_account_type =>'PAID_PAYABLES'
3077: ,pn_organization_id =>ln_organization_id
3078: ,pn_location_id =>ln_location_id

Line 3111: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3107: if p_add_cvd_taxes > 0 then
3108: p_codepath := jai_general_pkg.plot_codepath(23.02, p_codepath); /* 23.02 */
3109: ln_debit := null;
3110: ln_credit := p_add_cvd_taxes;
3111: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3112: pv_tax_type_code =>jai_constants.tax_type_add_cvd
3113: ,pv_account_type =>'PAID_PAYABLES'
3114: ,pn_organization_id =>ln_organization_id
3115: ,pn_location_id =>ln_location_id

Line 3147: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3143: if p_customs_taxes > 0 then
3144: p_codepath := jai_general_pkg.plot_codepath(23.03, p_codepath); /* 23.03 */
3145: ln_debit := null;
3146: ln_credit := p_customs_taxes;
3147: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3148: pv_tax_type_code =>jai_constants.tax_type_customs
3149: ,pv_account_type =>'PAID_PAYABLES'
3150: ,pn_organization_id =>ln_organization_id
3151: ,pn_location_id =>ln_location_id

Line 3185: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3181: if p_cvd_edu_cess > 0 then
3182: p_codepath := jai_general_pkg.plot_codepath(23.04, p_codepath); /* 23.04 */
3183: ln_debit := null;
3184: ln_credit := p_cvd_edu_cess;
3185: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3186: pv_tax_type_code =>jai_constants.tax_type_cvd_edu_cess
3187: ,pv_account_type =>'PAID_PAYABLES'
3188: ,pn_organization_id =>ln_organization_id
3189: ,pn_location_id =>ln_location_id

Line 3223: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3219: if p_cvd_sh_edu_cess > 0 then
3220: p_codepath := jai_general_pkg.plot_codepath(23.05, p_codepath); /* 23.05 */
3221: ln_debit := null;
3222: ln_credit := p_cvd_sh_edu_cess;
3223: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3224: pv_tax_type_code =>jai_constants.tax_type_sh_cvd_edu_cess
3225: ,pv_account_type =>'PAID_PAYABLES'
3226: ,pn_organization_id =>ln_organization_id
3227: ,pn_location_id =>ln_location_id

Line 3262: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3258: if p_customs_edu_cess > 0 then
3259: p_codepath := jai_general_pkg.plot_codepath(23.06, p_codepath); /* 23.06 */
3260: ln_debit := null;
3261: ln_credit := p_customs_edu_cess;
3262: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3263: pv_tax_type_code =>jai_constants.tax_type_customs_edu_cess
3264: ,pv_account_type =>'PAID_PAYABLES'
3265: ,pn_organization_id =>ln_organization_id
3266: ,pn_location_id =>ln_location_id

Line 3298: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3294: if p_customs_sh_edu_cess > 0 then
3295: p_codepath := jai_general_pkg.plot_codepath(23.07, p_codepath); /* 23.07 */
3296: ln_debit := null;
3297: ln_credit := p_customs_sh_edu_cess;
3298: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3299: pv_tax_type_code =>jai_constants.tax_type_sh_customs_edu_Cess
3300: ,pv_account_type =>'PAID_PAYABLES'
3301: ,pn_organization_id =>ln_organization_id
3302: ,pn_location_id =>ln_location_id

Line 3335: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3331: if p_boe_other1 > 0 then
3332: p_codepath := jai_general_pkg.plot_codepath(23.08, p_codepath); /* 23.08 */
3333: ln_debit := null;
3334: ln_credit := p_boe_other1;
3335: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3336: pv_tax_type_code =>jai_constants.tax_type_boe_other1
3337: ,pv_account_type =>'PAID_PAYABLES'
3338: ,pn_organization_id =>ln_organization_id
3339: ,pn_location_id =>ln_location_id

Line 3373: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(pv_tax_type_code =>jai_constants.tax_type_boe_other2

3369: if p_boe_other2 > 0 then
3370: p_codepath := jai_general_pkg.plot_codepath(23.09, p_codepath); /* 23.09 */
3371: ln_debit := null;
3372: ln_credit := p_boe_other2;
3373: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(pv_tax_type_code =>jai_constants.tax_type_boe_other2
3374: ,pv_account_type =>'PAID_PAYABLES'
3375: ,pn_organization_id =>ln_organization_id
3376: ,pn_location_id =>ln_location_id
3377: );

Line 3409: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3405: if p_boe_other3 > 0 then
3406: p_codepath := jai_general_pkg.plot_codepath(23.10, p_codepath); /* 23.10 */
3407: ln_debit := null;
3408: ln_credit := p_boe_other3;
3409: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3410: pv_tax_type_code =>jai_constants.tax_type_boe_other3
3411: ,pv_account_type =>'PAID_PAYABLES'
3412: ,pn_organization_id =>ln_organization_id
3413: ,pn_location_id =>ln_location_id

Line 3446: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3442: if p_boe_other4 > 0 then
3443: p_codepath := jai_general_pkg.plot_codepath(23.11, p_codepath); /* 23.11 */
3444: ln_debit := null;
3445: ln_credit := p_boe_other4;
3446: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3447: pv_tax_type_code =>jai_constants.tax_type_boe_other4
3448: ,pv_account_type =>'PAID_PAYABLES'
3449: ,pn_organization_id =>ln_organization_id
3450: ,pn_location_id =>ln_location_id

Line 3483: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3479: if p_boe_other5 > 0 then
3480: p_codepath := jai_general_pkg.plot_codepath(23.12, p_codepath); /* 23.12 */
3481: ln_debit := null;
3482: ln_credit := p_boe_other5;
3483: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3484: pv_tax_type_code =>jai_constants.tax_type_boe_other5
3485: ,pv_account_type =>'PAID_PAYABLES'
3486: ,pn_organization_id =>ln_organization_id
3487: ,pn_location_id =>ln_location_id

Line 3521: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3517: if p_boe_surcharge_duty > 0 then
3518: p_codepath := jai_general_pkg.plot_codepath(23.13, p_codepath); /* 23.13 */
3519: ln_debit := null;
3520: ln_credit := p_boe_surcharge_duty;
3521: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3522: pv_tax_type_code =>jai_constants.tax_type_boe_surcharge_duty
3523: ,pv_account_type =>'PAID_PAYABLES'
3524: ,pn_organization_id =>ln_organization_id
3525: ,pn_location_id =>ln_location_id

Line 3559: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(

3555: if p_boe_add_customs > 0 then
3556: p_codepath := jai_general_pkg.plot_codepath(23.14, p_codepath); /* 23.14 */
3557: ln_debit := null;
3558: ln_credit := p_boe_add_customs;
3559: ln_boe_account_id := jai_boe_general_pkg.get_boe_accounting(
3560: pv_tax_type_code =>jai_constants.tax_type_boe_add_customs
3561: ,pv_account_type =>'PAID_PAYABLES'
3562: ,pn_organization_id =>ln_organization_id
3563: ,pn_location_id =>ln_location_id