DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_CAL_RLPS_T dependencies on PJI_UTILS

Line 885: if (pji_utils.get_setup_parameter('TIME_PHASE_FLAG') = 'Y' )

881: l_calendar_type := p_calendar_type; /* Added for bug 9067086 */
882:
883: -- g_worker_id := PJI_PJP_FP_CURR_WRAP.GET_WORKER_ID;
884: /* Added for bug 9067086 starts */
885: if (pji_utils.get_setup_parameter('TIME_PHASE_FLAG') = 'Y' )
886: and (l_calendar_type is null) then
887: select min(calendar_type)
888: into l_calendar_type
889: from pji_fp_aggr_pjp1_t

Line 3387: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3383: , '0-1' , fact.raw_cost
3384: , '1-1' , fact.raw_cost
3385: , 0 ) -- end decode
3386: , 0 ) -- end nvl
3387: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3388: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
3389: , ROUND (
3390: NVL (
3391: DECODE (

Line 3388: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

3384: , '1-1' , fact.raw_cost
3385: , 0 ) -- end decode
3386: , 0 ) -- end nvl
3387: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3388: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
3389: , ROUND (
3390: NVL (
3391: DECODE (
3392: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3404: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3400: , '0-1' , fact.brdn_cost
3401: , '1-1' , fact.brdn_cost
3402: , 0 ) -- end decode
3403: , 0 ) -- end nvl
3404: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3405: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
3406: , ROUND (
3407: NVL (
3408: DECODE (

Line 3405: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

3401: , '1-1' , fact.brdn_cost
3402: , 0 ) -- end decode
3403: , 0 ) -- end nvl
3404: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3405: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
3406: , ROUND (
3407: NVL (
3408: DECODE (
3409: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3421: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3417: , '0-1' , fact.revenue
3418: , '1-1' , fact.revenue
3419: , 0 ) -- end decode
3420: , 0 ) -- end nvl
3421: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3422: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
3423: , ROUND (
3424: NVL (
3425: DECODE (

Line 3422: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

3418: , '1-1' , fact.revenue
3419: , 0 ) -- end decode
3420: , 0 ) -- end nvl
3421: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3422: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
3423: , ROUND (
3424: NVL (
3425: DECODE (
3426: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3438: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3434: , '0-1' , fact.bill_raw_cost
3435: , '1-1' , fact.bill_raw_cost
3436: , 0 ) -- end decode
3437: , 0 ) -- end nvl
3438: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3439: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
3440: , ROUND (
3441: NVL (
3442: DECODE (

Line 3439: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

3435: , '1-1' , fact.bill_raw_cost
3436: , 0 ) -- end decode
3437: , 0 ) -- end nvl
3438: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3439: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
3440: , ROUND (
3441: NVL (
3442: DECODE (
3443: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3455: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3451: , '0-1' , fact.bill_brdn_cost
3452: , '1-1' , fact.bill_brdn_cost
3453: , 0 ) -- end decode
3454: , 0 ) -- end nvl
3455: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3456: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
3457: , ROUND (
3458: NVL (
3459: DECODE (

Line 3456: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

3452: , '1-1' , fact.bill_brdn_cost
3453: , 0 ) -- end decode
3454: , 0 ) -- end nvl
3455: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3456: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
3457: , ROUND (
3458: NVL (
3459: DECODE (
3460: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3472: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3468: , '0-1' , fact.bill_labor_raw_cost
3469: , '1-1' , fact.bill_labor_raw_cost
3470: , 0 ) -- end decode
3471: , 0 ) -- end nvl
3472: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3473: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
3474: , ROUND (
3475: NVL (
3476: DECODE (

Line 3473: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

3469: , '1-1' , fact.bill_labor_raw_cost
3470: , 0 ) -- end decode
3471: , 0 ) -- end nvl
3472: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3473: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
3474: , ROUND (
3475: NVL (
3476: DECODE (
3477: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3489: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3485: , '0-1' , fact.bill_labor_brdn_cost
3486: , '1-1' , fact.bill_labor_brdn_cost
3487: , 0 ) -- end decode
3488: , 0 ) -- end nvl
3489: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3490: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
3491: , ROUND (
3492: NVL (
3493: DECODE (

Line 3490: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

3486: , '1-1' , fact.bill_labor_brdn_cost
3487: , 0 ) -- end decode
3488: , 0 ) -- end nvl
3489: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3490: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
3491: , ROUND (
3492: NVL (
3493: DECODE (
3494: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3506: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3502: , '0-1' , fact.bill_labor_hrs
3503: , '1-1' , fact.bill_labor_hrs
3504: , 0 ) -- end decode
3505: , 0 ) -- end nvl
3506: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3507: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
3508: , ROUND (
3509: NVL (
3510: DECODE (

Line 3507: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

3503: , '1-1' , fact.bill_labor_hrs
3504: , 0 ) -- end decode
3505: , 0 ) -- end nvl
3506: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3507: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
3508: , ROUND (
3509: NVL (
3510: DECODE (
3511: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3523: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3519: , '0-1' , fact.equipment_raw_cost
3520: , '1-1' , fact.equipment_raw_cost
3521: , 0 ) -- end decode
3522: , 0 ) -- end nvl
3523: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3524: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
3525: , ROUND (
3526: NVL (
3527: DECODE (

Line 3524: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

3520: , '1-1' , fact.equipment_raw_cost
3521: , 0 ) -- end decode
3522: , 0 ) -- end nvl
3523: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3524: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
3525: , ROUND (
3526: NVL (
3527: DECODE (
3528: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3540: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3536: , '0-1' , fact.equipment_brdn_cost
3537: , '1-1' , fact.equipment_brdn_cost
3538: , 0 ) -- end decode
3539: , 0 ) -- end nvl
3540: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3541: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
3542: , ROUND (
3543: NVL (
3544: DECODE (

Line 3541: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

3537: , '1-1' , fact.equipment_brdn_cost
3538: , 0 ) -- end decode
3539: , 0 ) -- end nvl
3540: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3541: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
3542: , ROUND (
3543: NVL (
3544: DECODE (
3545: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3557: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3553: , '0-1' , fact.capitalizable_raw_cost
3554: , '1-1' , fact.capitalizable_raw_cost
3555: , 0 ) -- end decode
3556: , 0 ) -- end nvl
3557: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3558: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
3559: , ROUND (
3560: NVL (
3561: DECODE (

Line 3558: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

3554: , '1-1' , fact.capitalizable_raw_cost
3555: , 0 ) -- end decode
3556: , 0 ) -- end nvl
3557: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3558: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
3559: , ROUND (
3560: NVL (
3561: DECODE (
3562: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3574: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3570: , '0-1' , fact.capitalizable_brdn_cost
3571: , '1-1' , fact.capitalizable_brdn_cost
3572: , 0 ) -- end decode
3573: , 0 ) -- end nvl
3574: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3575: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
3576: , ROUND (
3577: NVL (
3578: DECODE (

Line 3575: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

3571: , '1-1' , fact.capitalizable_brdn_cost
3572: , 0 ) -- end decode
3573: , 0 ) -- end nvl
3574: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3575: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
3576: , ROUND (
3577: NVL (
3578: DECODE (
3579: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3591: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3587: , '0-1' , fact.labor_raw_cost
3588: , '1-1' , fact.labor_raw_cost
3589: , 0 ) -- end decode
3590: , 0 ) -- end nvl
3591: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3592: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
3593: , ROUND (
3594: NVL (
3595: DECODE (

Line 3592: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

3588: , '1-1' , fact.labor_raw_cost
3589: , 0 ) -- end decode
3590: , 0 ) -- end nvl
3591: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3592: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
3593: , ROUND (
3594: NVL (
3595: DECODE (
3596: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3608: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3604: , '0-1' , fact.labor_brdn_cost
3605: , '1-1' , fact.labor_brdn_cost
3606: , 0 ) -- end decode
3607: , 0 ) -- end nvl
3608: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3609: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
3610: , ROUND (
3611: NVL (
3612: DECODE (

Line 3609: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

3605: , '1-1' , fact.labor_brdn_cost
3606: , 0 ) -- end decode
3607: , 0 ) -- end nvl
3608: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3609: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
3610: , ROUND (
3611: NVL (
3612: DECODE (
3613: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3625: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3621: , '0-1' , fact.labor_hrs
3622: , '1-1' , fact.labor_hrs
3623: , 0 ) -- end decode
3624: , 0 ) -- end nvl
3625: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3626: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
3627: , ROUND (
3628: NVL (
3629: DECODE (

Line 3626: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

3622: , '1-1' , fact.labor_hrs
3623: , 0 ) -- end decode
3624: , 0 ) -- end nvl
3625: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3626: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
3627: , ROUND (
3628: NVL (
3629: DECODE (
3630: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3642: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3638: , '0-1' , fact.labor_revenue
3639: , '1-1' , fact.labor_revenue
3640: , 0 ) -- end decode
3641: , 0 ) -- end nvl
3642: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3643: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
3644: , ROUND (
3645: NVL (
3646: DECODE (

Line 3643: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

3639: , '1-1' , fact.labor_revenue
3640: , 0 ) -- end decode
3641: , 0 ) -- end nvl
3642: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3643: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
3644: , ROUND (
3645: NVL (
3646: DECODE (
3647: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3659: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3655: , '0-1' , fact.equipment_hours
3656: , '1-1' , fact.equipment_hours
3657: , 0 ) -- end decode
3658: , 0 ) -- end nvl
3659: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3660: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
3661: , ROUND (
3662: NVL (
3663: DECODE (

Line 3660: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

3656: , '1-1' , fact.equipment_hours
3657: , 0 ) -- end decode
3658: , 0 ) -- end nvl
3659: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3660: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
3661: , ROUND (
3662: NVL (
3663: DECODE (
3664: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3676: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3672: , '0-1' , fact.billable_equipment_hours
3673: , '1-1' , fact.billable_equipment_hours
3674: , 0 ) -- end decode
3675: , 0 ) -- end nvl
3676: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3677: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
3678: , ROUND (
3679: NVL (
3680: DECODE (

Line 3677: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

3673: , '1-1' , fact.billable_equipment_hours
3674: , 0 ) -- end decode
3675: , 0 ) -- end nvl
3676: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3677: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
3678: , ROUND (
3679: NVL (
3680: DECODE (
3681: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3693: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3689: , '0-1' , fact.sup_inv_committed_cost
3690: , '1-1' , fact.sup_inv_committed_cost
3691: , 0 ) -- end decode
3692: , 0 ) -- end nvl
3693: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3694: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
3695: , ROUND (
3696: NVL (
3697: DECODE (

Line 3694: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

3690: , '1-1' , fact.sup_inv_committed_cost
3691: , 0 ) -- end decode
3692: , 0 ) -- end nvl
3693: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3694: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
3695: , ROUND (
3696: NVL (
3697: DECODE (
3698: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3710: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3706: , '0-1' , fact.po_committed_cost
3707: , '1-1' , fact.po_committed_cost
3708: , 0 ) -- end decode
3709: , 0 ) -- end nvl
3710: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3711: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
3712: , ROUND (
3713: NVL (
3714: DECODE (

Line 3711: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

3707: , '1-1' , fact.po_committed_cost
3708: , 0 ) -- end decode
3709: , 0 ) -- end nvl
3710: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3711: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
3712: , ROUND (
3713: NVL (
3714: DECODE (
3715: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3727: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3723: , '0-1' , fact.pr_committed_cost
3724: , '1-1' , fact.pr_committed_cost
3725: , 0 ) -- end decode
3726: , 0 ) -- end nvl
3727: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3728: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
3729: , ROUND (
3730: NVL (
3731: DECODE (

Line 3728: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

3724: , '1-1' , fact.pr_committed_cost
3725: , 0 ) -- end decode
3726: , 0 ) -- end nvl
3727: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3728: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
3729: , ROUND (
3730: NVL (
3731: DECODE (
3732: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3744: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3740: , '0-1' , fact.oth_committed_cost
3741: , '1-1' , fact.oth_committed_cost
3742: , 0 ) -- end decode
3743: , 0 ) -- end nvl
3744: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3745: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
3746: , ROUND (
3747: NVL (
3748: DECODE (

Line 3745: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

3741: , '1-1' , fact.oth_committed_cost
3742: , 0 ) -- end decode
3743: , 0 ) -- end nvl
3744: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3745: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
3746: , ROUND (
3747: NVL (
3748: DECODE (
3749: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3761: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3757: , '0-1' , fact.ACT_LABOR_HRS
3758: , '1-1' , fact.ACT_LABOR_HRS
3759: , 0 ) -- end decode
3760: , 0 ) -- end nvl
3761: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3762: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
3763: , ROUND (
3764: NVL (
3765: DECODE (

Line 3762: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

3758: , '1-1' , fact.ACT_LABOR_HRS
3759: , 0 ) -- end decode
3760: , 0 ) -- end nvl
3761: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3762: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
3763: , ROUND (
3764: NVL (
3765: DECODE (
3766: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3778: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3774: , '0-1' , fact.ACT_EQUIP_HRS
3775: , '1-1' , fact.ACT_EQUIP_HRS
3776: , 0 ) -- end decode
3777: , 0 ) -- end nvl
3778: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3779: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
3780: , ROUND (
3781: NVL (
3782: DECODE (

Line 3779: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

3775: , '1-1' , fact.ACT_EQUIP_HRS
3776: , 0 ) -- end decode
3777: , 0 ) -- end nvl
3778: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3779: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
3780: , ROUND (
3781: NVL (
3782: DECODE (
3783: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3795: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3791: , '0-1' , fact.ACT_LABOR_BRDN_COST
3792: , '1-1' , fact.ACT_LABOR_BRDN_COST
3793: , 0 ) -- end decode
3794: , 0 ) -- end nvl
3795: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3796: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
3797: , ROUND (
3798: NVL (
3799: DECODE (

Line 3796: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

3792: , '1-1' , fact.ACT_LABOR_BRDN_COST
3793: , 0 ) -- end decode
3794: , 0 ) -- end nvl
3795: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3796: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
3797: , ROUND (
3798: NVL (
3799: DECODE (
3800: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3812: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3808: , '0-1' , fact.ACT_EQUIP_BRDN_COST
3809: , '1-1' , fact.ACT_EQUIP_BRDN_COST
3810: , 0 ) -- end decode
3811: , 0 ) -- end nvl
3812: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3813: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
3814: , ROUND (
3815: NVL (
3816: DECODE (

Line 3813: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

3809: , '1-1' , fact.ACT_EQUIP_BRDN_COST
3810: , 0 ) -- end decode
3811: , 0 ) -- end nvl
3812: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3813: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
3814: , ROUND (
3815: NVL (
3816: DECODE (
3817: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3829: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3825: , '0-1' , fact.ACT_BRDN_COST
3826: , '1-1' , fact.ACT_BRDN_COST
3827: , 0 ) -- end decode
3828: , 0 ) -- end nvl
3829: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3830: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
3831: , ROUND (
3832: NVL (
3833: DECODE (

Line 3830: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

3826: , '1-1' , fact.ACT_BRDN_COST
3827: , 0 ) -- end decode
3828: , 0 ) -- end nvl
3829: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3830: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
3831: , ROUND (
3832: NVL (
3833: DECODE (
3834: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3846: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3842: , '0-1' , fact.ACT_RAW_COST
3843: , '1-1' , fact.ACT_RAW_COST
3844: , 0 ) -- end decode
3845: , 0 ) -- end nvl
3846: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3847: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
3848: , ROUND (
3849: NVL (
3850: DECODE (

Line 3847: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

3843: , '1-1' , fact.ACT_RAW_COST
3844: , 0 ) -- end decode
3845: , 0 ) -- end nvl
3846: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3847: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
3848: , ROUND (
3849: NVL (
3850: DECODE (
3851: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3863: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3859: , '0-1' , fact.ACT_REVENUE
3860: , '1-1' , fact.ACT_REVENUE
3861: , 0 ) -- end decode
3862: , 0 ) -- end nvl
3863: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3864: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
3865: , ROUND (
3866: NVL (
3867: DECODE (

Line 3864: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

3860: , '1-1' , fact.ACT_REVENUE
3861: , 0 ) -- end decode
3862: , 0 ) -- end nvl
3863: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3864: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
3865: , ROUND (
3866: NVL (
3867: DECODE (
3868: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3880: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3876: , '0-1' , fact.ACT_LABOR_RAW_COST
3877: , '1-1' , fact.ACT_LABOR_RAW_COST
3878: , 0 ) -- end decode
3879: , 0 ) -- end nvl
3880: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3881: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
3882: , ROUND (
3883: NVL (
3884: DECODE (

Line 3881: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

3877: , '1-1' , fact.ACT_LABOR_RAW_COST
3878: , 0 ) -- end decode
3879: , 0 ) -- end nvl
3880: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3881: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
3882: , ROUND (
3883: NVL (
3884: DECODE (
3885: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3897: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3893: , '0-1' , fact.ACT_EQUIP_RAW_COST
3894: , '1-1' , fact.ACT_EQUIP_RAW_COST
3895: , 0 ) -- end decode
3896: , 0 ) -- end nvl
3897: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3898: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
3899: , ROUND (
3900: NVL (
3901: DECODE (

Line 3898: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

3894: , '1-1' , fact.ACT_EQUIP_RAW_COST
3895: , 0 ) -- end decode
3896: , 0 ) -- end nvl
3897: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3898: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
3899: , ROUND (
3900: NVL (
3901: DECODE (
3902: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3914: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3910: , '0-1' , fact.ETC_LABOR_HRS
3911: , '1-1' , fact.ETC_LABOR_HRS
3912: , 0 ) -- end decode
3913: , 0 ) -- end nvl
3914: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3915: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
3916: , ROUND (
3917: NVL (
3918: DECODE (

Line 3915: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

3911: , '1-1' , fact.ETC_LABOR_HRS
3912: , 0 ) -- end decode
3913: , 0 ) -- end nvl
3914: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3915: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
3916: , ROUND (
3917: NVL (
3918: DECODE (
3919: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3931: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3927: , '0-1' , fact.ETC_EQUIP_HRS
3928: , '1-1' , fact.ETC_EQUIP_HRS
3929: , 0 ) -- end decode
3930: , 0 ) -- end nvl
3931: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3932: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
3933: , ROUND (
3934: NVL (
3935: DECODE (

Line 3932: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

3928: , '1-1' , fact.ETC_EQUIP_HRS
3929: , 0 ) -- end decode
3930: , 0 ) -- end nvl
3931: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3932: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
3933: , ROUND (
3934: NVL (
3935: DECODE (
3936: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3948: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3944: , '0-1' , fact.ETC_LABOR_BRDN_COST
3945: , '1-1' , fact.ETC_LABOR_BRDN_COST
3946: , 0 ) -- end decode
3947: , 0 ) -- end nvl
3948: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3949: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
3950: , ROUND (
3951: NVL (
3952: DECODE (

Line 3949: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

3945: , '1-1' , fact.ETC_LABOR_BRDN_COST
3946: , 0 ) -- end decode
3947: , 0 ) -- end nvl
3948: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3949: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
3950: , ROUND (
3951: NVL (
3952: DECODE (
3953: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3965: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3961: , '0-1' , fact.ETC_EQUIP_BRDN_COST
3962: , '1-1' , fact.ETC_EQUIP_BRDN_COST
3963: , 0 ) -- end decode
3964: , 0 ) -- end nvl
3965: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3966: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
3967: , ROUND (
3968: NVL (
3969: DECODE (

Line 3966: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

3962: , '1-1' , fact.ETC_EQUIP_BRDN_COST
3963: , 0 ) -- end decode
3964: , 0 ) -- end nvl
3965: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3966: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
3967: , ROUND (
3968: NVL (
3969: DECODE (
3970: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3982: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3978: , '0-1' , fact.ETC_BRDN_COST
3979: , '1-1' , fact.ETC_BRDN_COST
3980: , 0 ) -- end decode
3981: , 0 ) -- end nvl
3982: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3983: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
3984: , ROUND (
3985: NVL (
3986: DECODE (

Line 3983: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

3979: , '1-1' , fact.ETC_BRDN_COST
3980: , 0 ) -- end decode
3981: , 0 ) -- end nvl
3982: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
3983: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
3984: , ROUND (
3985: NVL (
3986: DECODE (
3987: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 3999: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

3995: , '0-1' , fact.ETC_RAW_COST
3996: , '1-1' , fact.ETC_RAW_COST
3997: , 0 ) -- end decode
3998: , 0 ) -- end nvl
3999: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4000: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
4001: , ROUND (
4002: NVL (
4003: DECODE (

Line 4000: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

3996: , '1-1' , fact.ETC_RAW_COST
3997: , 0 ) -- end decode
3998: , 0 ) -- end nvl
3999: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4000: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
4001: , ROUND (
4002: NVL (
4003: DECODE (
4004: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4016: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4012: , '0-1' , fact.ETC_LABOR_RAW_COST
4013: , '1-1' , fact.ETC_LABOR_RAW_COST
4014: , 0 ) -- end decode
4015: , 0 ) -- end nvl
4016: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4017: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
4018: , ROUND (
4019: NVL (
4020: DECODE (

Line 4017: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

4013: , '1-1' , fact.ETC_LABOR_RAW_COST
4014: , 0 ) -- end decode
4015: , 0 ) -- end nvl
4016: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4017: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
4018: , ROUND (
4019: NVL (
4020: DECODE (
4021: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4033: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4029: , '0-1' , fact.ETC_EQUIP_RAW_COST
4030: , '1-1' , fact.ETC_EQUIP_RAW_COST
4031: , 0 ) -- end decode
4032: , 0 ) -- end nvl
4033: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4034: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
4035: , ROUND (
4036: NVL (
4037: DECODE (

Line 4034: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

4030: , '1-1' , fact.ETC_EQUIP_RAW_COST
4031: , 0 ) -- end decode
4032: , 0 ) -- end nvl
4033: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4034: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
4035: , ROUND (
4036: NVL (
4037: DECODE (
4038: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4050: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4046: , '0-1' , fact.custom1
4047: , '1-1' , fact.custom1
4048: , 0 ) -- end decode
4049: , 0 ) -- end nvl
4050: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4051: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
4052: , ROUND (
4053: NVL (
4054: DECODE (

Line 4051: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

4047: , '1-1' , fact.custom1
4048: , 0 ) -- end decode
4049: , 0 ) -- end nvl
4050: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4051: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
4052: , ROUND (
4053: NVL (
4054: DECODE (
4055: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4067: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4063: , '0-1' , fact.custom2
4064: , '1-1' , fact.custom2
4065: , 0 ) -- end decode
4066: , 0 ) -- end nvl
4067: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4068: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
4069: , ROUND (
4070: NVL (
4071: DECODE (

Line 4068: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

4064: , '1-1' , fact.custom2
4065: , 0 ) -- end decode
4066: , 0 ) -- end nvl
4067: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4068: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
4069: , ROUND (
4070: NVL (
4071: DECODE (
4072: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4084: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4080: , '0-1' , fact.custom3
4081: , '1-1' , fact.custom3
4082: , 0 ) -- end decode
4083: , 0 ) -- end nvl
4084: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4085: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
4086: , ROUND (
4087: NVL (
4088: DECODE (

Line 4085: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

4081: , '1-1' , fact.custom3
4082: , 0 ) -- end decode
4083: , 0 ) -- end nvl
4084: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4085: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
4086: , ROUND (
4087: NVL (
4088: DECODE (
4089: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4101: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4097: , '0-1' , fact.custom4
4098: , '1-1' , fact.custom4
4099: , 0 ) -- end decode
4100: , 0 ) -- end nvl
4101: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4102: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
4103: , ROUND (
4104: NVL (
4105: DECODE (

Line 4102: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

4098: , '1-1' , fact.custom4
4099: , 0 ) -- end decode
4100: , 0 ) -- end nvl
4101: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4102: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
4103: , ROUND (
4104: NVL (
4105: DECODE (
4106: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4118: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4114: , '0-1' , fact.custom5
4115: , '1-1' , fact.custom5
4116: , 0 ) -- end decode
4117: , 0 ) -- end nvl
4118: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4119: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
4120: , ROUND (
4121: NVL (
4122: DECODE (

Line 4119: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

4115: , '1-1' , fact.custom5
4116: , 0 ) -- end decode
4117: , 0 ) -- end nvl
4118: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4119: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
4120: , ROUND (
4121: NVL (
4122: DECODE (
4123: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4135: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4131: , '0-1' , fact.custom6
4132: , '1-1' , fact.custom6
4133: , 0 ) -- end decode
4134: , 0 ) -- end nvl
4135: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4136: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
4137: , ROUND (
4138: NVL (
4139: DECODE (

Line 4136: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

4132: , '1-1' , fact.custom6
4133: , 0 ) -- end decode
4134: , 0 ) -- end nvl
4135: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4136: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
4137: , ROUND (
4138: NVL (
4139: DECODE (
4140: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4152: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4148: , '0-1' , fact.custom7
4149: , '1-1' , fact.custom7
4150: , 0 ) -- end decode
4151: , 0 ) -- end nvl
4152: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4153: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
4154: , ROUND (
4155: NVL (
4156: DECODE (

Line 4153: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

4149: , '1-1' , fact.custom7
4150: , 0 ) -- end decode
4151: , 0 ) -- end nvl
4152: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4153: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
4154: , ROUND (
4155: NVL (
4156: DECODE (
4157: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4169: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4165: , '0-1' , fact.custom8
4166: , '1-1' , fact.custom8
4167: , 0 ) -- end decode
4168: , 0 ) -- end nvl
4169: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4170: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
4171: , ROUND (
4172: NVL (
4173: DECODE (

Line 4170: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

4166: , '1-1' , fact.custom8
4167: , 0 ) -- end decode
4168: , 0 ) -- end nvl
4169: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4170: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
4171: , ROUND (
4172: NVL (
4173: DECODE (
4174: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4186: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4182: , '0-1' , fact.custom9
4183: , '1-1' , fact.custom9
4184: , 0 ) -- end decode
4185: , 0 ) -- end nvl
4186: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4187: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
4188: , ROUND (
4189: NVL (
4190: DECODE (

Line 4187: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

4183: , '1-1' , fact.custom9
4184: , 0 ) -- end decode
4185: , 0 ) -- end nvl
4186: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4187: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
4188: , ROUND (
4189: NVL (
4190: DECODE (
4191: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4203: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4199: , '0-1' , fact.custom10
4200: , '1-1' , fact.custom10
4201: , 0 ) -- end decode
4202: , 0 ) -- end nvl
4203: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4204: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
4205: , ROUND (
4206: NVL (
4207: DECODE (

Line 4204: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

4200: , '1-1' , fact.custom10
4201: , 0 ) -- end decode
4202: , 0 ) -- end nvl
4203: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4204: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
4205: , ROUND (
4206: NVL (
4207: DECODE (
4208: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4220: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4216: , '0-1' , fact.custom11
4217: , '1-1' , fact.custom11
4218: , 0 ) -- end decode
4219: , 0 ) -- end nvl
4220: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4221: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
4222: , ROUND (
4223: NVL (
4224: DECODE (

Line 4221: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

4217: , '1-1' , fact.custom11
4218: , 0 ) -- end decode
4219: , 0 ) -- end nvl
4220: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4221: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
4222: , ROUND (
4223: NVL (
4224: DECODE (
4225: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4237: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4233: , '0-1' , fact.custom12
4234: , '1-1' , fact.custom12
4235: , 0 ) -- end decode
4236: , 0 ) -- end nvl
4237: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4238: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
4239: , ROUND (
4240: NVL (
4241: DECODE (

Line 4238: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

4234: , '1-1' , fact.custom12
4235: , 0 ) -- end decode
4236: , 0 ) -- end nvl
4237: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4238: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
4239: , ROUND (
4240: NVL (
4241: DECODE (
4242: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4254: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4250: , '0-1' , fact.custom13
4251: , '1-1' , fact.custom13
4252: , 0 ) -- end decode
4253: , 0 ) -- end nvl
4254: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4255: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
4256: , ROUND (
4257: NVL (
4258: DECODE (

Line 4255: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

4251: , '1-1' , fact.custom13
4252: , 0 ) -- end decode
4253: , 0 ) -- end nvl
4254: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4255: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
4256: , ROUND (
4257: NVL (
4258: DECODE (
4259: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4271: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4267: , '0-1' , fact.custom14
4268: , '1-1' , fact.custom14
4269: , 0 ) -- end decode
4270: , 0 ) -- end nvl
4271: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4272: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
4273: , ROUND (
4274: NVL (
4275: DECODE (

Line 4272: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

4268: , '1-1' , fact.custom14
4269: , 0 ) -- end decode
4270: , 0 ) -- end nvl
4271: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4272: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
4273: , ROUND (
4274: NVL (
4275: DECODE (
4276: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4288: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4284: , '0-1' , fact.custom15
4285: , '1-1' , fact.custom15
4286: , 0 ) -- end decode
4287: , 0 ) -- end nvl
4288: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4289: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
4290: , 'CF' line_type
4291: , fact.time_dangling_flag time_dangling_flag
4292: , fact.rate_dangling_flag rate_dangling_flag

Line 4289: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

4285: , '1-1' , fact.custom15
4286: , 0 ) -- end decode
4287: , 0 ) -- end nvl
4288: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4289: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
4290: , 'CF' line_type
4291: , fact.time_dangling_flag time_dangling_flag
4292: , fact.rate_dangling_flag rate_dangling_flag
4293: , g_default_prg_level prg_level

Line 4821: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4817: , '0-1' , fact.raw_cost
4818: , '1-1' , fact.raw_cost
4819: , 0 ) -- end decode
4820: , 0 ) -- end nvl
4821: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4822: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
4823: , ROUND (
4824: NVL (
4825: DECODE (

Line 4822: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

4818: , '1-1' , fact.raw_cost
4819: , 0 ) -- end decode
4820: , 0 ) -- end nvl
4821: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4822: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
4823: , ROUND (
4824: NVL (
4825: DECODE (
4826: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4838: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4834: , '0-1' , fact.brdn_cost
4835: , '1-1' , fact.brdn_cost
4836: , 0 ) -- end decode
4837: , 0 ) -- end nvl
4838: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4839: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
4840: , ROUND (
4841: NVL (
4842: DECODE (

Line 4839: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

4835: , '1-1' , fact.brdn_cost
4836: , 0 ) -- end decode
4837: , 0 ) -- end nvl
4838: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4839: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
4840: , ROUND (
4841: NVL (
4842: DECODE (
4843: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4855: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4851: , '0-1' , fact.revenue
4852: , '1-1' , fact.revenue
4853: , 0 ) -- end decode
4854: , 0 ) -- end nvl
4855: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4856: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
4857: , ROUND (
4858: NVL (
4859: DECODE (

Line 4856: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

4852: , '1-1' , fact.revenue
4853: , 0 ) -- end decode
4854: , 0 ) -- end nvl
4855: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4856: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
4857: , ROUND (
4858: NVL (
4859: DECODE (
4860: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4872: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4868: , '0-1' , fact.bill_raw_cost
4869: , '1-1' , fact.bill_raw_cost
4870: , 0 ) -- end decode
4871: , 0 ) -- end nvl
4872: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4873: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
4874: , ROUND (
4875: NVL (
4876: DECODE (

Line 4873: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

4869: , '1-1' , fact.bill_raw_cost
4870: , 0 ) -- end decode
4871: , 0 ) -- end nvl
4872: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4873: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
4874: , ROUND (
4875: NVL (
4876: DECODE (
4877: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4889: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4885: , '0-1' , fact.bill_brdn_cost
4886: , '1-1' , fact.bill_brdn_cost
4887: , 0 ) -- end decode
4888: , 0 ) -- end nvl
4889: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4890: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
4891: , ROUND (
4892: NVL (
4893: DECODE (

Line 4890: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

4886: , '1-1' , fact.bill_brdn_cost
4887: , 0 ) -- end decode
4888: , 0 ) -- end nvl
4889: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4890: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
4891: , ROUND (
4892: NVL (
4893: DECODE (
4894: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4906: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4902: , '0-1' , fact.bill_labor_raw_cost
4903: , '1-1' , fact.bill_labor_raw_cost
4904: , 0 ) -- end decode
4905: , 0 ) -- end nvl
4906: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4907: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
4908: , ROUND (
4909: NVL (
4910: DECODE (

Line 4907: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

4903: , '1-1' , fact.bill_labor_raw_cost
4904: , 0 ) -- end decode
4905: , 0 ) -- end nvl
4906: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4907: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
4908: , ROUND (
4909: NVL (
4910: DECODE (
4911: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4923: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4919: , '0-1' , fact.bill_labor_brdn_cost
4920: , '1-1' , fact.bill_labor_brdn_cost
4921: , 0 ) -- end decode
4922: , 0 ) -- end nvl
4923: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4924: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
4925: , ROUND (
4926: NVL (
4927: DECODE (

Line 4924: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

4920: , '1-1' , fact.bill_labor_brdn_cost
4921: , 0 ) -- end decode
4922: , 0 ) -- end nvl
4923: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4924: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
4925: , ROUND (
4926: NVL (
4927: DECODE (
4928: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4940: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4936: , '0-1' , fact.bill_labor_hrs
4937: , '1-1' , fact.bill_labor_hrs
4938: , 0 ) -- end decode
4939: , 0 ) -- end nvl
4940: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4941: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
4942: , ROUND (
4943: NVL (
4944: DECODE (

Line 4941: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

4937: , '1-1' , fact.bill_labor_hrs
4938: , 0 ) -- end decode
4939: , 0 ) -- end nvl
4940: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4941: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
4942: , ROUND (
4943: NVL (
4944: DECODE (
4945: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4957: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4953: , '0-1' , fact.equipment_raw_cost
4954: , '1-1' , fact.equipment_raw_cost
4955: , 0 ) -- end decode
4956: , 0 ) -- end nvl
4957: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4958: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
4959: , ROUND (
4960: NVL (
4961: DECODE (

Line 4958: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

4954: , '1-1' , fact.equipment_raw_cost
4955: , 0 ) -- end decode
4956: , 0 ) -- end nvl
4957: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4958: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
4959: , ROUND (
4960: NVL (
4961: DECODE (
4962: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4970: , '0-1' , fact.equipment_brdn_cost
4971: , '1-1' , fact.equipment_brdn_cost
4972: , 0 ) -- end decode
4973: , 0 ) -- end nvl
4974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4975: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
4976: , ROUND (
4977: NVL (
4978: DECODE (

Line 4975: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

4971: , '1-1' , fact.equipment_brdn_cost
4972: , 0 ) -- end decode
4973: , 0 ) -- end nvl
4974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4975: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
4976: , ROUND (
4977: NVL (
4978: DECODE (
4979: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 4991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

4987: , '0-1' , fact.capitalizable_raw_cost
4988: , '1-1' , fact.capitalizable_raw_cost
4989: , 0 ) -- end decode
4990: , 0 ) -- end nvl
4991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4992: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
4993: , ROUND (
4994: NVL (
4995: DECODE (

Line 4992: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

4988: , '1-1' , fact.capitalizable_raw_cost
4989: , 0 ) -- end decode
4990: , 0 ) -- end nvl
4991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
4992: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
4993: , ROUND (
4994: NVL (
4995: DECODE (
4996: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5004: , '0-1' , fact.capitalizable_brdn_cost
5005: , '1-1' , fact.capitalizable_brdn_cost
5006: , 0 ) -- end decode
5007: , 0 ) -- end nvl
5008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5009: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
5010: , ROUND (
5011: NVL (
5012: DECODE (

Line 5009: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

5005: , '1-1' , fact.capitalizable_brdn_cost
5006: , 0 ) -- end decode
5007: , 0 ) -- end nvl
5008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5009: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
5010: , ROUND (
5011: NVL (
5012: DECODE (
5013: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5021: , '0-1' , fact.labor_raw_cost
5022: , '1-1' , fact.labor_raw_cost
5023: , 0 ) -- end decode
5024: , 0 ) -- end nvl
5025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5026: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
5027: , ROUND (
5028: NVL (
5029: DECODE (

Line 5026: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

5022: , '1-1' , fact.labor_raw_cost
5023: , 0 ) -- end decode
5024: , 0 ) -- end nvl
5025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5026: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
5027: , ROUND (
5028: NVL (
5029: DECODE (
5030: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5038: , '0-1' , fact.labor_brdn_cost
5039: , '1-1' , fact.labor_brdn_cost
5040: , 0 ) -- end decode
5041: , 0 ) -- end nvl
5042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5043: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
5044: , ROUND (
5045: NVL (
5046: DECODE (

Line 5043: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

5039: , '1-1' , fact.labor_brdn_cost
5040: , 0 ) -- end decode
5041: , 0 ) -- end nvl
5042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5043: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
5044: , ROUND (
5045: NVL (
5046: DECODE (
5047: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5055: , '0-1' , fact.labor_hrs
5056: , '1-1' , fact.labor_hrs
5057: , 0 ) -- end decode
5058: , 0 ) -- end nvl
5059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5060: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
5061: , ROUND (
5062: NVL (
5063: DECODE (

Line 5060: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

5056: , '1-1' , fact.labor_hrs
5057: , 0 ) -- end decode
5058: , 0 ) -- end nvl
5059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5060: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
5061: , ROUND (
5062: NVL (
5063: DECODE (
5064: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5072: , '0-1' , fact.labor_revenue
5073: , '1-1' , fact.labor_revenue
5074: , 0 ) -- end decode
5075: , 0 ) -- end nvl
5076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5077: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
5078: , ROUND (
5079: NVL (
5080: DECODE (

Line 5077: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

5073: , '1-1' , fact.labor_revenue
5074: , 0 ) -- end decode
5075: , 0 ) -- end nvl
5076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5077: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
5078: , ROUND (
5079: NVL (
5080: DECODE (
5081: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5089: , '0-1' , fact.equipment_hours
5090: , '1-1' , fact.equipment_hours
5091: , 0 ) -- end decode
5092: , 0 ) -- end nvl
5093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5094: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
5095: , ROUND (
5096: NVL (
5097: DECODE (

Line 5094: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

5090: , '1-1' , fact.equipment_hours
5091: , 0 ) -- end decode
5092: , 0 ) -- end nvl
5093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5094: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
5095: , ROUND (
5096: NVL (
5097: DECODE (
5098: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5106: , '0-1' , fact.billable_equipment_hours
5107: , '1-1' , fact.billable_equipment_hours
5108: , 0 ) -- end decode
5109: , 0 ) -- end nvl
5110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5111: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
5112: , ROUND (
5113: NVL (
5114: DECODE (

Line 5111: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

5107: , '1-1' , fact.billable_equipment_hours
5108: , 0 ) -- end decode
5109: , 0 ) -- end nvl
5110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5111: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
5112: , ROUND (
5113: NVL (
5114: DECODE (
5115: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5123: , '0-1' , fact.sup_inv_committed_cost
5124: , '1-1' , fact.sup_inv_committed_cost
5125: , 0 ) -- end decode
5126: , 0 ) -- end nvl
5127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5128: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
5129: , ROUND (
5130: NVL (
5131: DECODE (

Line 5128: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

5124: , '1-1' , fact.sup_inv_committed_cost
5125: , 0 ) -- end decode
5126: , 0 ) -- end nvl
5127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5128: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
5129: , ROUND (
5130: NVL (
5131: DECODE (
5132: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5140: , '0-1' , fact.po_committed_cost
5141: , '1-1' , fact.po_committed_cost
5142: , 0 ) -- end decode
5143: , 0 ) -- end nvl
5144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5145: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
5146: , ROUND (
5147: NVL (
5148: DECODE (

Line 5145: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

5141: , '1-1' , fact.po_committed_cost
5142: , 0 ) -- end decode
5143: , 0 ) -- end nvl
5144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5145: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
5146: , ROUND (
5147: NVL (
5148: DECODE (
5149: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5157: , '0-1' , fact.pr_committed_cost
5158: , '1-1' , fact.pr_committed_cost
5159: , 0 ) -- end decode
5160: , 0 ) -- end nvl
5161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5162: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
5163: , ROUND (
5164: NVL (
5165: DECODE (

Line 5162: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

5158: , '1-1' , fact.pr_committed_cost
5159: , 0 ) -- end decode
5160: , 0 ) -- end nvl
5161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5162: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
5163: , ROUND (
5164: NVL (
5165: DECODE (
5166: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5174: , '0-1' , fact.oth_committed_cost
5175: , '1-1' , fact.oth_committed_cost
5176: , 0 ) -- end decode
5177: , 0 ) -- end nvl
5178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5179: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
5180: , ROUND (
5181: NVL (
5182: DECODE (

Line 5179: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

5175: , '1-1' , fact.oth_committed_cost
5176: , 0 ) -- end decode
5177: , 0 ) -- end nvl
5178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5179: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
5180: , ROUND (
5181: NVL (
5182: DECODE (
5183: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5191: , '0-1' , fact.ACT_LABOR_HRS
5192: , '1-1' , fact.ACT_LABOR_HRS
5193: , 0 ) -- end decode
5194: , 0 ) -- end nvl
5195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5196: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
5197: , ROUND (
5198: NVL (
5199: DECODE (

Line 5196: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

5192: , '1-1' , fact.ACT_LABOR_HRS
5193: , 0 ) -- end decode
5194: , 0 ) -- end nvl
5195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5196: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
5197: , ROUND (
5198: NVL (
5199: DECODE (
5200: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5208: , '0-1' , fact.ACT_EQUIP_HRS
5209: , '1-1' , fact.ACT_EQUIP_HRS
5210: , 0 ) -- end decode
5211: , 0 ) -- end nvl
5212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5213: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
5214: , ROUND (
5215: NVL (
5216: DECODE (

Line 5213: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

5209: , '1-1' , fact.ACT_EQUIP_HRS
5210: , 0 ) -- end decode
5211: , 0 ) -- end nvl
5212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5213: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
5214: , ROUND (
5215: NVL (
5216: DECODE (
5217: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5225: , '0-1' , fact.ACT_LABOR_BRDN_COST
5226: , '1-1' , fact.ACT_LABOR_BRDN_COST
5227: , 0 ) -- end decode
5228: , 0 ) -- end nvl
5229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5230: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
5231: , ROUND (
5232: NVL (
5233: DECODE (

Line 5230: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

5226: , '1-1' , fact.ACT_LABOR_BRDN_COST
5227: , 0 ) -- end decode
5228: , 0 ) -- end nvl
5229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5230: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
5231: , ROUND (
5232: NVL (
5233: DECODE (
5234: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5242: , '0-1' , fact.ACT_EQUIP_BRDN_COST
5243: , '1-1' , fact.ACT_EQUIP_BRDN_COST
5244: , 0 ) -- end decode
5245: , 0 ) -- end nvl
5246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5247: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
5248: , ROUND (
5249: NVL (
5250: DECODE (

Line 5247: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

5243: , '1-1' , fact.ACT_EQUIP_BRDN_COST
5244: , 0 ) -- end decode
5245: , 0 ) -- end nvl
5246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5247: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
5248: , ROUND (
5249: NVL (
5250: DECODE (
5251: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5259: , '0-1' , fact.ACT_BRDN_COST
5260: , '1-1' , fact.ACT_BRDN_COST
5261: , 0 ) -- end decode
5262: , 0 ) -- end nvl
5263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5264: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
5265: , ROUND (
5266: NVL (
5267: DECODE (

Line 5264: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

5260: , '1-1' , fact.ACT_BRDN_COST
5261: , 0 ) -- end decode
5262: , 0 ) -- end nvl
5263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5264: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
5265: , ROUND (
5266: NVL (
5267: DECODE (
5268: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5276: , '0-1' , fact.ACT_RAW_COST
5277: , '1-1' , fact.ACT_RAW_COST
5278: , 0 ) -- end decode
5279: , 0 ) -- end nvl
5280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5281: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
5282: , ROUND (
5283: NVL (
5284: DECODE (

Line 5281: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

5277: , '1-1' , fact.ACT_RAW_COST
5278: , 0 ) -- end decode
5279: , 0 ) -- end nvl
5280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5281: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
5282: , ROUND (
5283: NVL (
5284: DECODE (
5285: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5293: , '0-1' , fact.ACT_REVENUE
5294: , '1-1' , fact.ACT_REVENUE
5295: , 0 ) -- end decode
5296: , 0 ) -- end nvl
5297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5298: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
5299: , ROUND (
5300: NVL (
5301: DECODE (

Line 5298: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

5294: , '1-1' , fact.ACT_REVENUE
5295: , 0 ) -- end decode
5296: , 0 ) -- end nvl
5297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5298: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
5299: , ROUND (
5300: NVL (
5301: DECODE (
5302: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5310: , '0-1' , fact.ACT_LABOR_RAW_COST
5311: , '1-1' , fact.ACT_LABOR_RAW_COST
5312: , 0 ) -- end decode
5313: , 0 ) -- end nvl
5314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5315: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
5316: , ROUND (
5317: NVL (
5318: DECODE (

Line 5315: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

5311: , '1-1' , fact.ACT_LABOR_RAW_COST
5312: , 0 ) -- end decode
5313: , 0 ) -- end nvl
5314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5315: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
5316: , ROUND (
5317: NVL (
5318: DECODE (
5319: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5327: , '0-1' , fact.ACT_EQUIP_RAW_COST
5328: , '1-1' , fact.ACT_EQUIP_RAW_COST
5329: , 0 ) -- end decode
5330: , 0 ) -- end nvl
5331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5332: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
5333: , ROUND (
5334: NVL (
5335: DECODE (

Line 5332: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

5328: , '1-1' , fact.ACT_EQUIP_RAW_COST
5329: , 0 ) -- end decode
5330: , 0 ) -- end nvl
5331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5332: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
5333: , ROUND (
5334: NVL (
5335: DECODE (
5336: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5344: , '0-1' , fact.ETC_LABOR_HRS
5345: , '1-1' , fact.ETC_LABOR_HRS
5346: , 0 ) -- end decode
5347: , 0 ) -- end nvl
5348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5349: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
5350: , ROUND (
5351: NVL (
5352: DECODE (

Line 5349: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

5345: , '1-1' , fact.ETC_LABOR_HRS
5346: , 0 ) -- end decode
5347: , 0 ) -- end nvl
5348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5349: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
5350: , ROUND (
5351: NVL (
5352: DECODE (
5353: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5361: , '0-1' , fact.ETC_EQUIP_HRS
5362: , '1-1' , fact.ETC_EQUIP_HRS
5363: , 0 ) -- end decode
5364: , 0 ) -- end nvl
5365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5366: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
5367: , ROUND (
5368: NVL (
5369: DECODE (

Line 5366: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

5362: , '1-1' , fact.ETC_EQUIP_HRS
5363: , 0 ) -- end decode
5364: , 0 ) -- end nvl
5365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5366: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
5367: , ROUND (
5368: NVL (
5369: DECODE (
5370: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5378: , '0-1' , fact.ETC_LABOR_BRDN_COST
5379: , '1-1' , fact.ETC_LABOR_BRDN_COST
5380: , 0 ) -- end decode
5381: , 0 ) -- end nvl
5382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5383: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
5384: , ROUND (
5385: NVL (
5386: DECODE (

Line 5383: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

5379: , '1-1' , fact.ETC_LABOR_BRDN_COST
5380: , 0 ) -- end decode
5381: , 0 ) -- end nvl
5382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5383: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
5384: , ROUND (
5385: NVL (
5386: DECODE (
5387: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5395: , '0-1' , fact.ETC_EQUIP_BRDN_COST
5396: , '1-1' , fact.ETC_EQUIP_BRDN_COST
5397: , 0 ) -- end decode
5398: , 0 ) -- end nvl
5399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5400: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
5401: , ROUND (
5402: NVL (
5403: DECODE (

Line 5400: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

5396: , '1-1' , fact.ETC_EQUIP_BRDN_COST
5397: , 0 ) -- end decode
5398: , 0 ) -- end nvl
5399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5400: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
5401: , ROUND (
5402: NVL (
5403: DECODE (
5404: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5412: , '0-1' , fact.ETC_BRDN_COST
5413: , '1-1' , fact.ETC_BRDN_COST
5414: , 0 ) -- end decode
5415: , 0 ) -- end nvl
5416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5417: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
5418: , ROUND (
5419: NVL (
5420: DECODE (

Line 5417: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

5413: , '1-1' , fact.ETC_BRDN_COST
5414: , 0 ) -- end decode
5415: , 0 ) -- end nvl
5416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5417: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
5418: , ROUND (
5419: NVL (
5420: DECODE (
5421: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5429: , '0-1' , fact.ETC_RAW_COST
5430: , '1-1' , fact.ETC_RAW_COST
5431: , 0 ) -- end decode
5432: , 0 ) -- end nvl
5433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5434: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
5435: , ROUND (
5436: NVL (
5437: DECODE (

Line 5434: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

5430: , '1-1' , fact.ETC_RAW_COST
5431: , 0 ) -- end decode
5432: , 0 ) -- end nvl
5433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5434: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
5435: , ROUND (
5436: NVL (
5437: DECODE (
5438: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5446: , '0-1' , fact.ETC_LABOR_RAW_COST
5447: , '1-1' , fact.ETC_LABOR_RAW_COST
5448: , 0 ) -- end decode
5449: , 0 ) -- end nvl
5450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5451: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
5452: , ROUND (
5453: NVL (
5454: DECODE (

Line 5451: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

5447: , '1-1' , fact.ETC_LABOR_RAW_COST
5448: , 0 ) -- end decode
5449: , 0 ) -- end nvl
5450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5451: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
5452: , ROUND (
5453: NVL (
5454: DECODE (
5455: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5463: , '0-1' , fact.ETC_EQUIP_RAW_COST
5464: , '1-1' , fact.ETC_EQUIP_RAW_COST
5465: , 0 ) -- end decode
5466: , 0 ) -- end nvl
5467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5468: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
5469: , ROUND (
5470: NVL (
5471: DECODE (

Line 5468: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

5464: , '1-1' , fact.ETC_EQUIP_RAW_COST
5465: , 0 ) -- end decode
5466: , 0 ) -- end nvl
5467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5468: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
5469: , ROUND (
5470: NVL (
5471: DECODE (
5472: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5480: , '0-1' , fact.custom1
5481: , '1-1' , fact.custom1
5482: , 0 ) -- end decode
5483: , 0 ) -- end nvl
5484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5485: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
5486: , ROUND (
5487: NVL (
5488: DECODE (

Line 5485: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

5481: , '1-1' , fact.custom1
5482: , 0 ) -- end decode
5483: , 0 ) -- end nvl
5484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5485: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
5486: , ROUND (
5487: NVL (
5488: DECODE (
5489: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5497: , '0-1' , fact.custom2
5498: , '1-1' , fact.custom2
5499: , 0 ) -- end decode
5500: , 0 ) -- end nvl
5501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5502: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
5503: , ROUND (
5504: NVL (
5505: DECODE (

Line 5502: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

5498: , '1-1' , fact.custom2
5499: , 0 ) -- end decode
5500: , 0 ) -- end nvl
5501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5502: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
5503: , ROUND (
5504: NVL (
5505: DECODE (
5506: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5514: , '0-1' , fact.custom3
5515: , '1-1' , fact.custom3
5516: , 0 ) -- end decode
5517: , 0 ) -- end nvl
5518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5519: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
5520: , ROUND (
5521: NVL (
5522: DECODE (

Line 5519: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

5515: , '1-1' , fact.custom3
5516: , 0 ) -- end decode
5517: , 0 ) -- end nvl
5518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5519: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
5520: , ROUND (
5521: NVL (
5522: DECODE (
5523: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5531: , '0-1' , fact.custom4
5532: , '1-1' , fact.custom4
5533: , 0 ) -- end decode
5534: , 0 ) -- end nvl
5535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5536: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
5537: , ROUND (
5538: NVL (
5539: DECODE (

Line 5536: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

5532: , '1-1' , fact.custom4
5533: , 0 ) -- end decode
5534: , 0 ) -- end nvl
5535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5536: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
5537: , ROUND (
5538: NVL (
5539: DECODE (
5540: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5548: , '0-1' , fact.custom5
5549: , '1-1' , fact.custom5
5550: , 0 ) -- end decode
5551: , 0 ) -- end nvl
5552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5553: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
5554: , ROUND (
5555: NVL (
5556: DECODE (

Line 5553: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

5549: , '1-1' , fact.custom5
5550: , 0 ) -- end decode
5551: , 0 ) -- end nvl
5552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5553: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
5554: , ROUND (
5555: NVL (
5556: DECODE (
5557: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5565: , '0-1' , fact.custom6
5566: , '1-1' , fact.custom6
5567: , 0 ) -- end decode
5568: , 0 ) -- end nvl
5569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5570: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
5571: , ROUND (
5572: NVL (
5573: DECODE (

Line 5570: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

5566: , '1-1' , fact.custom6
5567: , 0 ) -- end decode
5568: , 0 ) -- end nvl
5569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5570: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
5571: , ROUND (
5572: NVL (
5573: DECODE (
5574: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5582: , '0-1' , fact.custom7
5583: , '1-1' , fact.custom7
5584: , 0 ) -- end decode
5585: , 0 ) -- end nvl
5586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5587: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
5588: , ROUND (
5589: NVL (
5590: DECODE (

Line 5587: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

5583: , '1-1' , fact.custom7
5584: , 0 ) -- end decode
5585: , 0 ) -- end nvl
5586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5587: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
5588: , ROUND (
5589: NVL (
5590: DECODE (
5591: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5599: , '0-1' , fact.custom8
5600: , '1-1' , fact.custom8
5601: , 0 ) -- end decode
5602: , 0 ) -- end nvl
5603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5604: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
5605: , ROUND (
5606: NVL (
5607: DECODE (

Line 5604: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

5600: , '1-1' , fact.custom8
5601: , 0 ) -- end decode
5602: , 0 ) -- end nvl
5603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5604: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
5605: , ROUND (
5606: NVL (
5607: DECODE (
5608: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5616: , '0-1' , fact.custom9
5617: , '1-1' , fact.custom9
5618: , 0 ) -- end decode
5619: , 0 ) -- end nvl
5620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5621: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
5622: , ROUND (
5623: NVL (
5624: DECODE (

Line 5621: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

5617: , '1-1' , fact.custom9
5618: , 0 ) -- end decode
5619: , 0 ) -- end nvl
5620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5621: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
5622: , ROUND (
5623: NVL (
5624: DECODE (
5625: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5633: , '0-1' , fact.custom10
5634: , '1-1' , fact.custom10
5635: , 0 ) -- end decode
5636: , 0 ) -- end nvl
5637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5638: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
5639: , ROUND (
5640: NVL (
5641: DECODE (

Line 5638: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

5634: , '1-1' , fact.custom10
5635: , 0 ) -- end decode
5636: , 0 ) -- end nvl
5637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5638: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
5639: , ROUND (
5640: NVL (
5641: DECODE (
5642: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5650: , '0-1' , fact.custom11
5651: , '1-1' , fact.custom11
5652: , 0 ) -- end decode
5653: , 0 ) -- end nvl
5654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5655: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
5656: , ROUND (
5657: NVL (
5658: DECODE (

Line 5655: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

5651: , '1-1' , fact.custom11
5652: , 0 ) -- end decode
5653: , 0 ) -- end nvl
5654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5655: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
5656: , ROUND (
5657: NVL (
5658: DECODE (
5659: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5667: , '0-1' , fact.custom12
5668: , '1-1' , fact.custom12
5669: , 0 ) -- end decode
5670: , 0 ) -- end nvl
5671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5672: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
5673: , ROUND (
5674: NVL (
5675: DECODE (

Line 5672: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

5668: , '1-1' , fact.custom12
5669: , 0 ) -- end decode
5670: , 0 ) -- end nvl
5671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5672: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
5673: , ROUND (
5674: NVL (
5675: DECODE (
5676: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5684: , '0-1' , fact.custom13
5685: , '1-1' , fact.custom13
5686: , 0 ) -- end decode
5687: , 0 ) -- end nvl
5688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5689: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
5690: , ROUND (
5691: NVL (
5692: DECODE (

Line 5689: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

5685: , '1-1' , fact.custom13
5686: , 0 ) -- end decode
5687: , 0 ) -- end nvl
5688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5689: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
5690: , ROUND (
5691: NVL (
5692: DECODE (
5693: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5701: , '0-1' , fact.custom14
5702: , '1-1' , fact.custom14
5703: , 0 ) -- end decode
5704: , 0 ) -- end nvl
5705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5706: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
5707: , ROUND (
5708: NVL (
5709: DECODE (

Line 5706: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

5702: , '1-1' , fact.custom14
5703: , 0 ) -- end decode
5704: , 0 ) -- end nvl
5705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5706: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
5707: , ROUND (
5708: NVL (
5709: DECODE (
5710: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 5722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5718: , '0-1' , fact.custom15
5719: , '1-1' , fact.custom15
5720: , 0 ) -- end decode
5721: , 0 ) -- end nvl
5722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5723: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
5724: , fact.plan_type_code plan_type_code /* 4471527 */
5725: FROM pji_fp_xbs_accum_f fact
5726: , pji_time_cal_period non_pa_cal

Line 5723: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

5719: , '1-1' , fact.custom15
5720: , 0 ) -- end decode
5721: , 0 ) -- end nvl
5722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5723: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
5724: , fact.plan_type_code plan_type_code /* 4471527 */
5725: FROM pji_fp_xbs_accum_f fact
5726: , pji_time_cal_period non_pa_cal
5727: -- , pji_org_extr_info orginfo

Line 5974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5970: , '0-1' , fact.raw_cost
5971: , '1-1' , fact.raw_cost
5972: , 0 ) -- end decode
5973: , 0 ) -- end nvl
5974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5975: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
5976: , ROUND (
5977: NVL (
5978: DECODE (

Line 5975: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

5971: , '1-1' , fact.raw_cost
5972: , 0 ) -- end decode
5973: , 0 ) -- end nvl
5974: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5975: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
5976: , ROUND (
5977: NVL (
5978: DECODE (
5979: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 5991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

5987: , '0-1' , fact.brdn_cost
5988: , '1-1' , fact.brdn_cost
5989: , 0 ) -- end decode
5990: , 0 ) -- end nvl
5991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5992: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
5993: , ROUND (
5994: NVL (
5995: DECODE (

Line 5992: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

5988: , '1-1' , fact.brdn_cost
5989: , 0 ) -- end decode
5990: , 0 ) -- end nvl
5991: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
5992: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
5993: , ROUND (
5994: NVL (
5995: DECODE (
5996: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6004: , '0-1' , fact.revenue
6005: , '1-1' , fact.revenue
6006: , 0 ) -- end decode
6007: , 0 ) -- end nvl
6008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6009: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
6010: , ROUND (
6011: NVL (
6012: DECODE (

Line 6009: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

6005: , '1-1' , fact.revenue
6006: , 0 ) -- end decode
6007: , 0 ) -- end nvl
6008: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6009: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
6010: , ROUND (
6011: NVL (
6012: DECODE (
6013: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6021: , '0-1' , fact.bill_raw_cost
6022: , '1-1' , fact.bill_raw_cost
6023: , 0 ) -- end decode
6024: , 0 ) -- end nvl
6025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6026: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
6027: , ROUND (
6028: NVL (
6029: DECODE (

Line 6026: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

6022: , '1-1' , fact.bill_raw_cost
6023: , 0 ) -- end decode
6024: , 0 ) -- end nvl
6025: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6026: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
6027: , ROUND (
6028: NVL (
6029: DECODE (
6030: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6038: , '0-1' , fact.bill_brdn_cost
6039: , '1-1' , fact.bill_brdn_cost
6040: , 0 ) -- end decode
6041: , 0 ) -- end nvl
6042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6043: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
6044: , ROUND (
6045: NVL (
6046: DECODE (

Line 6043: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

6039: , '1-1' , fact.bill_brdn_cost
6040: , 0 ) -- end decode
6041: , 0 ) -- end nvl
6042: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6043: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
6044: , ROUND (
6045: NVL (
6046: DECODE (
6047: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6055: , '0-1' , fact.bill_labor_raw_cost
6056: , '1-1' , fact.bill_labor_raw_cost
6057: , 0 ) -- end decode
6058: , 0 ) -- end nvl
6059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6060: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
6061: , ROUND (
6062: NVL (
6063: DECODE (

Line 6060: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

6056: , '1-1' , fact.bill_labor_raw_cost
6057: , 0 ) -- end decode
6058: , 0 ) -- end nvl
6059: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6060: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
6061: , ROUND (
6062: NVL (
6063: DECODE (
6064: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6072: , '0-1' , fact.bill_labor_brdn_cost
6073: , '1-1' , fact.bill_labor_brdn_cost
6074: , 0 ) -- end decode
6075: , 0 ) -- end nvl
6076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6077: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
6078: , ROUND (
6079: NVL (
6080: DECODE (

Line 6077: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

6073: , '1-1' , fact.bill_labor_brdn_cost
6074: , 0 ) -- end decode
6075: , 0 ) -- end nvl
6076: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6077: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
6078: , ROUND (
6079: NVL (
6080: DECODE (
6081: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6089: , '0-1' , fact.bill_labor_hrs
6090: , '1-1' , fact.bill_labor_hrs
6091: , 0 ) -- end decode
6092: , 0 ) -- end nvl
6093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6094: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
6095: , ROUND (
6096: NVL (
6097: DECODE (

Line 6094: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

6090: , '1-1' , fact.bill_labor_hrs
6091: , 0 ) -- end decode
6092: , 0 ) -- end nvl
6093: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6094: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
6095: , ROUND (
6096: NVL (
6097: DECODE (
6098: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6106: , '0-1' , fact.equipment_raw_cost
6107: , '1-1' , fact.equipment_raw_cost
6108: , 0 ) -- end decode
6109: , 0 ) -- end nvl
6110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6111: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
6112: , ROUND (
6113: NVL (
6114: DECODE (

Line 6111: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

6107: , '1-1' , fact.equipment_raw_cost
6108: , 0 ) -- end decode
6109: , 0 ) -- end nvl
6110: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6111: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
6112: , ROUND (
6113: NVL (
6114: DECODE (
6115: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6123: , '0-1' , fact.equipment_brdn_cost
6124: , '1-1' , fact.equipment_brdn_cost
6125: , 0 ) -- end decode
6126: , 0 ) -- end nvl
6127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6128: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
6129: , ROUND (
6130: NVL (
6131: DECODE (

Line 6128: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

6124: , '1-1' , fact.equipment_brdn_cost
6125: , 0 ) -- end decode
6126: , 0 ) -- end nvl
6127: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6128: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
6129: , ROUND (
6130: NVL (
6131: DECODE (
6132: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6140: , '0-1' , fact.capitalizable_raw_cost
6141: , '1-1' , fact.capitalizable_raw_cost
6142: , 0 ) -- end decode
6143: , 0 ) -- end nvl
6144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6145: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
6146: , ROUND (
6147: NVL (
6148: DECODE (

Line 6145: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

6141: , '1-1' , fact.capitalizable_raw_cost
6142: , 0 ) -- end decode
6143: , 0 ) -- end nvl
6144: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6145: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
6146: , ROUND (
6147: NVL (
6148: DECODE (
6149: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6157: , '0-1' , fact.capitalizable_brdn_cost
6158: , '1-1' , fact.capitalizable_brdn_cost
6159: , 0 ) -- end decode
6160: , 0 ) -- end nvl
6161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6162: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
6163: , ROUND (
6164: NVL (
6165: DECODE (

Line 6162: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

6158: , '1-1' , fact.capitalizable_brdn_cost
6159: , 0 ) -- end decode
6160: , 0 ) -- end nvl
6161: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6162: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
6163: , ROUND (
6164: NVL (
6165: DECODE (
6166: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6174: , '0-1' , fact.labor_raw_cost
6175: , '1-1' , fact.labor_raw_cost
6176: , 0 ) -- end decode
6177: , 0 ) -- end nvl
6178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6179: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
6180: , ROUND (
6181: NVL (
6182: DECODE (

Line 6179: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

6175: , '1-1' , fact.labor_raw_cost
6176: , 0 ) -- end decode
6177: , 0 ) -- end nvl
6178: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6179: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
6180: , ROUND (
6181: NVL (
6182: DECODE (
6183: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6191: , '0-1' , fact.labor_brdn_cost
6192: , '1-1' , fact.labor_brdn_cost
6193: , 0 ) -- end decode
6194: , 0 ) -- end nvl
6195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6196: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
6197: , ROUND (
6198: NVL (
6199: DECODE (

Line 6196: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

6192: , '1-1' , fact.labor_brdn_cost
6193: , 0 ) -- end decode
6194: , 0 ) -- end nvl
6195: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6196: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
6197: , ROUND (
6198: NVL (
6199: DECODE (
6200: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6208: , '0-1' , fact.labor_hrs
6209: , '1-1' , fact.labor_hrs
6210: , 0 ) -- end decode
6211: , 0 ) -- end nvl
6212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6213: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
6214: , ROUND (
6215: NVL (
6216: DECODE (

Line 6213: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

6209: , '1-1' , fact.labor_hrs
6210: , 0 ) -- end decode
6211: , 0 ) -- end nvl
6212: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6213: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
6214: , ROUND (
6215: NVL (
6216: DECODE (
6217: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6225: , '0-1' , fact.labor_revenue
6226: , '1-1' , fact.labor_revenue
6227: , 0 ) -- end decode
6228: , 0 ) -- end nvl
6229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6230: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
6231: , ROUND (
6232: NVL (
6233: DECODE (

Line 6230: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

6226: , '1-1' , fact.labor_revenue
6227: , 0 ) -- end decode
6228: , 0 ) -- end nvl
6229: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6230: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
6231: , ROUND (
6232: NVL (
6233: DECODE (
6234: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6242: , '0-1' , fact.equipment_hours
6243: , '1-1' , fact.equipment_hours
6244: , 0 ) -- end decode
6245: , 0 ) -- end nvl
6246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6247: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
6248: , ROUND (
6249: NVL (
6250: DECODE (

Line 6247: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

6243: , '1-1' , fact.equipment_hours
6244: , 0 ) -- end decode
6245: , 0 ) -- end nvl
6246: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6247: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
6248: , ROUND (
6249: NVL (
6250: DECODE (
6251: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6259: , '0-1' , fact.billable_equipment_hours
6260: , '1-1' , fact.billable_equipment_hours
6261: , 0 ) -- end decode
6262: , 0 ) -- end nvl
6263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6264: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
6265: , ROUND (
6266: NVL (
6267: DECODE (

Line 6264: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

6260: , '1-1' , fact.billable_equipment_hours
6261: , 0 ) -- end decode
6262: , 0 ) -- end nvl
6263: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6264: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
6265: , ROUND (
6266: NVL (
6267: DECODE (
6268: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6276: , '0-1' , fact.sup_inv_committed_cost
6277: , '1-1' , fact.sup_inv_committed_cost
6278: , 0 ) -- end decode
6279: , 0 ) -- end nvl
6280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6281: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
6282: , ROUND (
6283: NVL (
6284: DECODE (

Line 6281: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

6277: , '1-1' , fact.sup_inv_committed_cost
6278: , 0 ) -- end decode
6279: , 0 ) -- end nvl
6280: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6281: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
6282: , ROUND (
6283: NVL (
6284: DECODE (
6285: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6293: , '0-1' , fact.po_committed_cost
6294: , '1-1' , fact.po_committed_cost
6295: , 0 ) -- end decode
6296: , 0 ) -- end nvl
6297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6298: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
6299: , ROUND (
6300: NVL (
6301: DECODE (

Line 6298: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

6294: , '1-1' , fact.po_committed_cost
6295: , 0 ) -- end decode
6296: , 0 ) -- end nvl
6297: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6298: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
6299: , ROUND (
6300: NVL (
6301: DECODE (
6302: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6310: , '0-1' , fact.pr_committed_cost
6311: , '1-1' , fact.pr_committed_cost
6312: , 0 ) -- end decode
6313: , 0 ) -- end nvl
6314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6315: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
6316: , ROUND (
6317: NVL (
6318: DECODE (

Line 6315: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

6311: , '1-1' , fact.pr_committed_cost
6312: , 0 ) -- end decode
6313: , 0 ) -- end nvl
6314: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6315: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
6316: , ROUND (
6317: NVL (
6318: DECODE (
6319: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6327: , '0-1' , fact.oth_committed_cost
6328: , '1-1' , fact.oth_committed_cost
6329: , 0 ) -- end decode
6330: , 0 ) -- end nvl
6331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6332: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
6333: , ROUND (
6334: NVL (
6335: DECODE (

Line 6332: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

6328: , '1-1' , fact.oth_committed_cost
6329: , 0 ) -- end decode
6330: , 0 ) -- end nvl
6331: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6332: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
6333: , ROUND (
6334: NVL (
6335: DECODE (
6336: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6344: , '0-1' , fact.ACT_LABOR_HRS
6345: , '1-1' , fact.ACT_LABOR_HRS
6346: , 0 ) -- end decode
6347: , 0 ) -- end nvl
6348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6349: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
6350: , ROUND (
6351: NVL (
6352: DECODE (

Line 6349: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

6345: , '1-1' , fact.ACT_LABOR_HRS
6346: , 0 ) -- end decode
6347: , 0 ) -- end nvl
6348: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6349: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
6350: , ROUND (
6351: NVL (
6352: DECODE (
6353: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6361: , '0-1' , fact.ACT_EQUIP_HRS
6362: , '1-1' , fact.ACT_EQUIP_HRS
6363: , 0 ) -- end decode
6364: , 0 ) -- end nvl
6365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6366: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
6367: , ROUND (
6368: NVL (
6369: DECODE (

Line 6366: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

6362: , '1-1' , fact.ACT_EQUIP_HRS
6363: , 0 ) -- end decode
6364: , 0 ) -- end nvl
6365: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6366: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
6367: , ROUND (
6368: NVL (
6369: DECODE (
6370: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6378: , '0-1' , fact.ACT_LABOR_BRDN_COST
6379: , '1-1' , fact.ACT_LABOR_BRDN_COST
6380: , 0 ) -- end decode
6381: , 0 ) -- end nvl
6382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6383: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
6384: , ROUND (
6385: NVL (
6386: DECODE (

Line 6383: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

6379: , '1-1' , fact.ACT_LABOR_BRDN_COST
6380: , 0 ) -- end decode
6381: , 0 ) -- end nvl
6382: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6383: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
6384: , ROUND (
6385: NVL (
6386: DECODE (
6387: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6395: , '0-1' , fact.ACT_EQUIP_BRDN_COST
6396: , '1-1' , fact.ACT_EQUIP_BRDN_COST
6397: , 0 ) -- end decode
6398: , 0 ) -- end nvl
6399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6400: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
6401: , ROUND (
6402: NVL (
6403: DECODE (

Line 6400: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

6396: , '1-1' , fact.ACT_EQUIP_BRDN_COST
6397: , 0 ) -- end decode
6398: , 0 ) -- end nvl
6399: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6400: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
6401: , ROUND (
6402: NVL (
6403: DECODE (
6404: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6412: , '0-1' , fact.ACT_BRDN_COST
6413: , '1-1' , fact.ACT_BRDN_COST
6414: , 0 ) -- end decode
6415: , 0 ) -- end nvl
6416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6417: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
6418: , ROUND (
6419: NVL (
6420: DECODE (

Line 6417: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

6413: , '1-1' , fact.ACT_BRDN_COST
6414: , 0 ) -- end decode
6415: , 0 ) -- end nvl
6416: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6417: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
6418: , ROUND (
6419: NVL (
6420: DECODE (
6421: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6429: , '0-1' , fact.ACT_RAW_COST
6430: , '1-1' , fact.ACT_RAW_COST
6431: , 0 ) -- end decode
6432: , 0 ) -- end nvl
6433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6434: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
6435: , ROUND (
6436: NVL (
6437: DECODE (

Line 6434: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

6430: , '1-1' , fact.ACT_RAW_COST
6431: , 0 ) -- end decode
6432: , 0 ) -- end nvl
6433: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6434: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
6435: , ROUND (
6436: NVL (
6437: DECODE (
6438: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6446: , '0-1' , fact.ACT_REVENUE
6447: , '1-1' , fact.ACT_REVENUE
6448: , 0 ) -- end decode
6449: , 0 ) -- end nvl
6450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6451: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
6452: , ROUND (
6453: NVL (
6454: DECODE (

Line 6451: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

6447: , '1-1' , fact.ACT_REVENUE
6448: , 0 ) -- end decode
6449: , 0 ) -- end nvl
6450: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6451: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
6452: , ROUND (
6453: NVL (
6454: DECODE (
6455: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6463: , '0-1' , fact.ACT_LABOR_RAW_COST
6464: , '1-1' , fact.ACT_LABOR_RAW_COST
6465: , 0 ) -- end decode
6466: , 0 ) -- end nvl
6467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6468: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
6469: , ROUND (
6470: NVL (
6471: DECODE (

Line 6468: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

6464: , '1-1' , fact.ACT_LABOR_RAW_COST
6465: , 0 ) -- end decode
6466: , 0 ) -- end nvl
6467: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6468: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
6469: , ROUND (
6470: NVL (
6471: DECODE (
6472: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6480: , '0-1' , fact.ACT_EQUIP_RAW_COST
6481: , '1-1' , fact.ACT_EQUIP_RAW_COST
6482: , 0 ) -- end decode
6483: , 0 ) -- end nvl
6484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6485: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
6486: , ROUND (
6487: NVL (
6488: DECODE (

Line 6485: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

6481: , '1-1' , fact.ACT_EQUIP_RAW_COST
6482: , 0 ) -- end decode
6483: , 0 ) -- end nvl
6484: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6485: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
6486: , ROUND (
6487: NVL (
6488: DECODE (
6489: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6497: , '0-1' , fact.ETC_LABOR_HRS
6498: , '1-1' , fact.ETC_LABOR_HRS
6499: , 0 ) -- end decode
6500: , 0 ) -- end nvl
6501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6502: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
6503: , ROUND (
6504: NVL (
6505: DECODE (

Line 6502: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

6498: , '1-1' , fact.ETC_LABOR_HRS
6499: , 0 ) -- end decode
6500: , 0 ) -- end nvl
6501: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6502: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
6503: , ROUND (
6504: NVL (
6505: DECODE (
6506: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6514: , '0-1' , fact.ETC_EQUIP_HRS
6515: , '1-1' , fact.ETC_EQUIP_HRS
6516: , 0 ) -- end decode
6517: , 0 ) -- end nvl
6518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6519: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
6520: , ROUND (
6521: NVL (
6522: DECODE (

Line 6519: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

6515: , '1-1' , fact.ETC_EQUIP_HRS
6516: , 0 ) -- end decode
6517: , 0 ) -- end nvl
6518: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6519: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
6520: , ROUND (
6521: NVL (
6522: DECODE (
6523: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6531: , '0-1' , fact.ETC_LABOR_BRDN_COST
6532: , '1-1' , fact.ETC_LABOR_BRDN_COST
6533: , 0 ) -- end decode
6534: , 0 ) -- end nvl
6535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6536: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
6537: , ROUND (
6538: NVL (
6539: DECODE (

Line 6536: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

6532: , '1-1' , fact.ETC_LABOR_BRDN_COST
6533: , 0 ) -- end decode
6534: , 0 ) -- end nvl
6535: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6536: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
6537: , ROUND (
6538: NVL (
6539: DECODE (
6540: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6548: , '0-1' , fact.ETC_EQUIP_BRDN_COST
6549: , '1-1' , fact.ETC_EQUIP_BRDN_COST
6550: , 0 ) -- end decode
6551: , 0 ) -- end nvl
6552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6553: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
6554: , ROUND (
6555: NVL (
6556: DECODE (

Line 6553: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

6549: , '1-1' , fact.ETC_EQUIP_BRDN_COST
6550: , 0 ) -- end decode
6551: , 0 ) -- end nvl
6552: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6553: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
6554: , ROUND (
6555: NVL (
6556: DECODE (
6557: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6565: , '0-1' , fact.ETC_BRDN_COST
6566: , '1-1' , fact.ETC_BRDN_COST
6567: , 0 ) -- end decode
6568: , 0 ) -- end nvl
6569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6570: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
6571: , ROUND (
6572: NVL (
6573: DECODE (

Line 6570: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

6566: , '1-1' , fact.ETC_BRDN_COST
6567: , 0 ) -- end decode
6568: , 0 ) -- end nvl
6569: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6570: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
6571: , ROUND (
6572: NVL (
6573: DECODE (
6574: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6582: , '0-1' , fact.ETC_RAW_COST
6583: , '1-1' , fact.ETC_RAW_COST
6584: , 0 ) -- end decode
6585: , 0 ) -- end nvl
6586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6587: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
6588: , ROUND (
6589: NVL (
6590: DECODE (

Line 6587: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

6583: , '1-1' , fact.ETC_RAW_COST
6584: , 0 ) -- end decode
6585: , 0 ) -- end nvl
6586: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6587: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
6588: , ROUND (
6589: NVL (
6590: DECODE (
6591: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6599: , '0-1' , fact.ETC_LABOR_RAW_COST
6600: , '1-1' , fact.ETC_LABOR_RAW_COST
6601: , 0 ) -- end decode
6602: , 0 ) -- end nvl
6603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6604: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
6605: , ROUND (
6606: NVL (
6607: DECODE (

Line 6604: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

6600: , '1-1' , fact.ETC_LABOR_RAW_COST
6601: , 0 ) -- end decode
6602: , 0 ) -- end nvl
6603: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6604: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
6605: , ROUND (
6606: NVL (
6607: DECODE (
6608: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6616: , '0-1' , fact.ETC_EQUIP_RAW_COST
6617: , '1-1' , fact.ETC_EQUIP_RAW_COST
6618: , 0 ) -- end decode
6619: , 0 ) -- end nvl
6620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6621: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
6622: , ROUND (
6623: NVL (
6624: DECODE (

Line 6621: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

6617: , '1-1' , fact.ETC_EQUIP_RAW_COST
6618: , 0 ) -- end decode
6619: , 0 ) -- end nvl
6620: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6621: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
6622: , ROUND (
6623: NVL (
6624: DECODE (
6625: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6633: , '0-1' , fact.custom1
6634: , '1-1' , fact.custom1
6635: , 0 ) -- end decode
6636: , 0 ) -- end nvl
6637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6638: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
6639: , ROUND (
6640: NVL (
6641: DECODE (

Line 6638: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

6634: , '1-1' , fact.custom1
6635: , 0 ) -- end decode
6636: , 0 ) -- end nvl
6637: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6638: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
6639: , ROUND (
6640: NVL (
6641: DECODE (
6642: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6650: , '0-1' , fact.custom2
6651: , '1-1' , fact.custom2
6652: , 0 ) -- end decode
6653: , 0 ) -- end nvl
6654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6655: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
6656: , ROUND (
6657: NVL (
6658: DECODE (

Line 6655: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

6651: , '1-1' , fact.custom2
6652: , 0 ) -- end decode
6653: , 0 ) -- end nvl
6654: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6655: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
6656: , ROUND (
6657: NVL (
6658: DECODE (
6659: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6667: , '0-1' , fact.custom3
6668: , '1-1' , fact.custom3
6669: , 0 ) -- end decode
6670: , 0 ) -- end nvl
6671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6672: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
6673: , ROUND (
6674: NVL (
6675: DECODE (

Line 6672: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

6668: , '1-1' , fact.custom3
6669: , 0 ) -- end decode
6670: , 0 ) -- end nvl
6671: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6672: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
6673: , ROUND (
6674: NVL (
6675: DECODE (
6676: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6684: , '0-1' , fact.custom4
6685: , '1-1' , fact.custom4
6686: , 0 ) -- end decode
6687: , 0 ) -- end nvl
6688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6689: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
6690: , ROUND (
6691: NVL (
6692: DECODE (

Line 6689: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

6685: , '1-1' , fact.custom4
6686: , 0 ) -- end decode
6687: , 0 ) -- end nvl
6688: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6689: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
6690: , ROUND (
6691: NVL (
6692: DECODE (
6693: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6701: , '0-1' , fact.custom5
6702: , '1-1' , fact.custom5
6703: , 0 ) -- end decode
6704: , 0 ) -- end nvl
6705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6706: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
6707: , ROUND (
6708: NVL (
6709: DECODE (

Line 6706: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

6702: , '1-1' , fact.custom5
6703: , 0 ) -- end decode
6704: , 0 ) -- end nvl
6705: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6706: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
6707: , ROUND (
6708: NVL (
6709: DECODE (
6710: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6718: , '0-1' , fact.custom6
6719: , '1-1' , fact.custom6
6720: , 0 ) -- end decode
6721: , 0 ) -- end nvl
6722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6723: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
6724: , ROUND (
6725: NVL (
6726: DECODE (

Line 6723: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

6719: , '1-1' , fact.custom6
6720: , 0 ) -- end decode
6721: , 0 ) -- end nvl
6722: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6723: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
6724: , ROUND (
6725: NVL (
6726: DECODE (
6727: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6739: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6735: , '0-1' , fact.custom7
6736: , '1-1' , fact.custom7
6737: , 0 ) -- end decode
6738: , 0 ) -- end nvl
6739: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6740: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
6741: , ROUND (
6742: NVL (
6743: DECODE (

Line 6740: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

6736: , '1-1' , fact.custom7
6737: , 0 ) -- end decode
6738: , 0 ) -- end nvl
6739: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6740: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
6741: , ROUND (
6742: NVL (
6743: DECODE (
6744: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6756: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6752: , '0-1' , fact.custom8
6753: , '1-1' , fact.custom8
6754: , 0 ) -- end decode
6755: , 0 ) -- end nvl
6756: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6757: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
6758: , ROUND (
6759: NVL (
6760: DECODE (

Line 6757: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

6753: , '1-1' , fact.custom8
6754: , 0 ) -- end decode
6755: , 0 ) -- end nvl
6756: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6757: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
6758: , ROUND (
6759: NVL (
6760: DECODE (
6761: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6773: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6769: , '0-1' , fact.custom9
6770: , '1-1' , fact.custom9
6771: , 0 ) -- end decode
6772: , 0 ) -- end nvl
6773: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6774: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
6775: , ROUND (
6776: NVL (
6777: DECODE (

Line 6774: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

6770: , '1-1' , fact.custom9
6771: , 0 ) -- end decode
6772: , 0 ) -- end nvl
6773: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6774: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
6775: , ROUND (
6776: NVL (
6777: DECODE (
6778: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6790: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6786: , '0-1' , fact.custom10
6787: , '1-1' , fact.custom10
6788: , 0 ) -- end decode
6789: , 0 ) -- end nvl
6790: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6791: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
6792: , ROUND (
6793: NVL (
6794: DECODE (

Line 6791: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

6787: , '1-1' , fact.custom10
6788: , 0 ) -- end decode
6789: , 0 ) -- end nvl
6790: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6791: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
6792: , ROUND (
6793: NVL (
6794: DECODE (
6795: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6807: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6803: , '0-1' , fact.custom11
6804: , '1-1' , fact.custom11
6805: , 0 ) -- end decode
6806: , 0 ) -- end nvl
6807: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6808: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
6809: , ROUND (
6810: NVL (
6811: DECODE (

Line 6808: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

6804: , '1-1' , fact.custom11
6805: , 0 ) -- end decode
6806: , 0 ) -- end nvl
6807: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6808: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
6809: , ROUND (
6810: NVL (
6811: DECODE (
6812: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6824: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6820: , '0-1' , fact.custom12
6821: , '1-1' , fact.custom12
6822: , 0 ) -- end decode
6823: , 0 ) -- end nvl
6824: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6825: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
6826: , ROUND (
6827: NVL (
6828: DECODE (

Line 6825: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

6821: , '1-1' , fact.custom12
6822: , 0 ) -- end decode
6823: , 0 ) -- end nvl
6824: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6825: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
6826: , ROUND (
6827: NVL (
6828: DECODE (
6829: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6841: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6837: , '0-1' , fact.custom13
6838: , '1-1' , fact.custom13
6839: , 0 ) -- end decode
6840: , 0 ) -- end nvl
6841: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6842: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
6843: , ROUND (
6844: NVL (
6845: DECODE (

Line 6842: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

6838: , '1-1' , fact.custom13
6839: , 0 ) -- end decode
6840: , 0 ) -- end nvl
6841: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6842: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
6843: , ROUND (
6844: NVL (
6845: DECODE (
6846: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6858: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6854: , '0-1' , fact.custom14
6855: , '1-1' , fact.custom14
6856: , 0 ) -- end decode
6857: , 0 ) -- end nvl
6858: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6859: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
6860: , ROUND (
6861: NVL (
6862: DECODE (

Line 6859: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

6855: , '1-1' , fact.custom14
6856: , 0 ) -- end decode
6857: , 0 ) -- end nvl
6858: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6859: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
6860: , ROUND (
6861: NVL (
6862: DECODE (
6863: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 6875: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

6871: , '0-1' , fact.custom15
6872: , '1-1' , fact.custom15
6873: , 0 ) -- end decode
6874: , 0 ) -- end nvl
6875: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6876: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
6877: , 'CN' line_type
6878: , fact.time_dangling_flag time_dangling_flag
6879: , fact.rate_dangling_flag rate_dangling_flag

Line 6876: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

6872: , '1-1' , fact.custom15
6873: , 0 ) -- end decode
6874: , 0 ) -- end nvl
6875: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
6876: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
6877: , 'CN' line_type
6878: , fact.time_dangling_flag time_dangling_flag
6879: , fact.rate_dangling_flag rate_dangling_flag
6880: , g_default_prg_level prg_level

Line 8451: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8447: , '0-1' , fact.raw_cost
8448: , '1-1' , fact.raw_cost
8449: , 0 ) -- end decode
8450: , 0 ) -- end nvl
8451: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8452: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
8453: , ROUND (
8454: NVL (
8455: DECODE (

Line 8452: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

8448: , '1-1' , fact.raw_cost
8449: , 0 ) -- end decode
8450: , 0 ) -- end nvl
8451: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8452: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
8453: , ROUND (
8454: NVL (
8455: DECODE (
8456: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8468: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8464: , '0-1' , fact.brdn_cost
8465: , '1-1' , fact.brdn_cost
8466: , 0 ) -- end decode
8467: , 0 ) -- end nvl
8468: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8469: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
8470: , ROUND (
8471: NVL (
8472: DECODE (

Line 8469: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

8465: , '1-1' , fact.brdn_cost
8466: , 0 ) -- end decode
8467: , 0 ) -- end nvl
8468: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8469: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
8470: , ROUND (
8471: NVL (
8472: DECODE (
8473: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8485: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8481: , '0-1' , fact.revenue
8482: , '1-1' , fact.revenue
8483: , 0 ) -- end decode
8484: , 0 ) -- end nvl
8485: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8486: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
8487: , ROUND (
8488: NVL (
8489: DECODE (

Line 8486: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

8482: , '1-1' , fact.revenue
8483: , 0 ) -- end decode
8484: , 0 ) -- end nvl
8485: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8486: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
8487: , ROUND (
8488: NVL (
8489: DECODE (
8490: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8502: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8498: , '0-1' , fact.bill_raw_cost
8499: , '1-1' , fact.bill_raw_cost
8500: , 0 ) -- end decode
8501: , 0 ) -- end nvl
8502: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8503: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
8504: , ROUND (
8505: NVL (
8506: DECODE (

Line 8503: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

8499: , '1-1' , fact.bill_raw_cost
8500: , 0 ) -- end decode
8501: , 0 ) -- end nvl
8502: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8503: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
8504: , ROUND (
8505: NVL (
8506: DECODE (
8507: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8519: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8515: , '0-1' , fact.bill_brdn_cost
8516: , '1-1' , fact.bill_brdn_cost
8517: , 0 ) -- end decode
8518: , 0 ) -- end nvl
8519: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8520: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
8521: , ROUND (
8522: NVL (
8523: DECODE (

Line 8520: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

8516: , '1-1' , fact.bill_brdn_cost
8517: , 0 ) -- end decode
8518: , 0 ) -- end nvl
8519: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8520: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
8521: , ROUND (
8522: NVL (
8523: DECODE (
8524: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8536: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8532: , '0-1' , fact.bill_labor_raw_cost
8533: , '1-1' , fact.bill_labor_raw_cost
8534: , 0 ) -- end decode
8535: , 0 ) -- end nvl
8536: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8537: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
8538: , ROUND (
8539: NVL (
8540: DECODE (

Line 8537: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

8533: , '1-1' , fact.bill_labor_raw_cost
8534: , 0 ) -- end decode
8535: , 0 ) -- end nvl
8536: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8537: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
8538: , ROUND (
8539: NVL (
8540: DECODE (
8541: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8553: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8549: , '0-1' , fact.bill_labor_brdn_cost
8550: , '1-1' , fact.bill_labor_brdn_cost
8551: , 0 ) -- end decode
8552: , 0 ) -- end nvl
8553: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8554: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
8555: , ROUND (
8556: NVL (
8557: DECODE (

Line 8554: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

8550: , '1-1' , fact.bill_labor_brdn_cost
8551: , 0 ) -- end decode
8552: , 0 ) -- end nvl
8553: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8554: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
8555: , ROUND (
8556: NVL (
8557: DECODE (
8558: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8570: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8566: , '0-1' , fact.bill_labor_hrs
8567: , '1-1' , fact.bill_labor_hrs
8568: , 0 ) -- end decode
8569: , 0 ) -- end nvl
8570: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8571: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
8572: , ROUND (
8573: NVL (
8574: DECODE (

Line 8571: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

8567: , '1-1' , fact.bill_labor_hrs
8568: , 0 ) -- end decode
8569: , 0 ) -- end nvl
8570: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8571: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
8572: , ROUND (
8573: NVL (
8574: DECODE (
8575: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8587: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8583: , '0-1' , fact.equipment_raw_cost
8584: , '1-1' , fact.equipment_raw_cost
8585: , 0 ) -- end decode
8586: , 0 ) -- end nvl
8587: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8588: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
8589: , ROUND (
8590: NVL (
8591: DECODE (

Line 8588: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

8584: , '1-1' , fact.equipment_raw_cost
8585: , 0 ) -- end decode
8586: , 0 ) -- end nvl
8587: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8588: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
8589: , ROUND (
8590: NVL (
8591: DECODE (
8592: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8604: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8600: , '0-1' , fact.equipment_brdn_cost
8601: , '1-1' , fact.equipment_brdn_cost
8602: , 0 ) -- end decode
8603: , 0 ) -- end nvl
8604: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8605: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
8606: , ROUND (
8607: NVL (
8608: DECODE (

Line 8605: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

8601: , '1-1' , fact.equipment_brdn_cost
8602: , 0 ) -- end decode
8603: , 0 ) -- end nvl
8604: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8605: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
8606: , ROUND (
8607: NVL (
8608: DECODE (
8609: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8621: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8617: , '0-1' , fact.capitalizable_raw_cost
8618: , '1-1' , fact.capitalizable_raw_cost
8619: , 0 ) -- end decode
8620: , 0 ) -- end nvl
8621: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8622: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
8623: , ROUND (
8624: NVL (
8625: DECODE (

Line 8622: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

8618: , '1-1' , fact.capitalizable_raw_cost
8619: , 0 ) -- end decode
8620: , 0 ) -- end nvl
8621: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8622: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
8623: , ROUND (
8624: NVL (
8625: DECODE (
8626: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8638: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8634: , '0-1' , fact.capitalizable_brdn_cost
8635: , '1-1' , fact.capitalizable_brdn_cost
8636: , 0 ) -- end decode
8637: , 0 ) -- end nvl
8638: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8639: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
8640: , ROUND (
8641: NVL (
8642: DECODE (

Line 8639: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

8635: , '1-1' , fact.capitalizable_brdn_cost
8636: , 0 ) -- end decode
8637: , 0 ) -- end nvl
8638: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8639: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
8640: , ROUND (
8641: NVL (
8642: DECODE (
8643: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8655: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8651: , '0-1' , fact.labor_raw_cost
8652: , '1-1' , fact.labor_raw_cost
8653: , 0 ) -- end decode
8654: , 0 ) -- end nvl
8655: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8656: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
8657: , ROUND (
8658: NVL (
8659: DECODE (

Line 8656: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

8652: , '1-1' , fact.labor_raw_cost
8653: , 0 ) -- end decode
8654: , 0 ) -- end nvl
8655: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8656: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
8657: , ROUND (
8658: NVL (
8659: DECODE (
8660: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8672: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8668: , '0-1' , fact.labor_brdn_cost
8669: , '1-1' , fact.labor_brdn_cost
8670: , 0 ) -- end decode
8671: , 0 ) -- end nvl
8672: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8673: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
8674: , ROUND (
8675: NVL (
8676: DECODE (

Line 8673: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

8669: , '1-1' , fact.labor_brdn_cost
8670: , 0 ) -- end decode
8671: , 0 ) -- end nvl
8672: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8673: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
8674: , ROUND (
8675: NVL (
8676: DECODE (
8677: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8689: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8685: , '0-1' , fact.labor_hrs
8686: , '1-1' , fact.labor_hrs
8687: , 0 ) -- end decode
8688: , 0 ) -- end nvl
8689: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8690: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
8691: , ROUND (
8692: NVL (
8693: DECODE (

Line 8690: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

8686: , '1-1' , fact.labor_hrs
8687: , 0 ) -- end decode
8688: , 0 ) -- end nvl
8689: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8690: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
8691: , ROUND (
8692: NVL (
8693: DECODE (
8694: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8706: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8702: , '0-1' , fact.labor_revenue
8703: , '1-1' , fact.labor_revenue
8704: , 0 ) -- end decode
8705: , 0 ) -- end nvl
8706: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8707: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
8708: , ROUND (
8709: NVL (
8710: DECODE (

Line 8707: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

8703: , '1-1' , fact.labor_revenue
8704: , 0 ) -- end decode
8705: , 0 ) -- end nvl
8706: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8707: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
8708: , ROUND (
8709: NVL (
8710: DECODE (
8711: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8723: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8719: , '0-1' , fact.equipment_hours
8720: , '1-1' , fact.equipment_hours
8721: , 0 ) -- end decode
8722: , 0 ) -- end nvl
8723: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8724: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
8725: , ROUND (
8726: NVL (
8727: DECODE (

Line 8724: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

8720: , '1-1' , fact.equipment_hours
8721: , 0 ) -- end decode
8722: , 0 ) -- end nvl
8723: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8724: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
8725: , ROUND (
8726: NVL (
8727: DECODE (
8728: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8740: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8736: , '0-1' , fact.billable_equipment_hours
8737: , '1-1' , fact.billable_equipment_hours
8738: , 0 ) -- end decode
8739: , 0 ) -- end nvl
8740: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8741: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
8742: , ROUND (
8743: NVL (
8744: DECODE (

Line 8741: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

8737: , '1-1' , fact.billable_equipment_hours
8738: , 0 ) -- end decode
8739: , 0 ) -- end nvl
8740: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8741: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
8742: , ROUND (
8743: NVL (
8744: DECODE (
8745: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8757: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8753: , '0-1' , fact.sup_inv_committed_cost
8754: , '1-1' , fact.sup_inv_committed_cost
8755: , 0 ) -- end decode
8756: , 0 ) -- end nvl
8757: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8758: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
8759: , ROUND (
8760: NVL (
8761: DECODE (

Line 8758: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

8754: , '1-1' , fact.sup_inv_committed_cost
8755: , 0 ) -- end decode
8756: , 0 ) -- end nvl
8757: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8758: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
8759: , ROUND (
8760: NVL (
8761: DECODE (
8762: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8774: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8770: , '0-1' , fact.po_committed_cost
8771: , '1-1' , fact.po_committed_cost
8772: , 0 ) -- end decode
8773: , 0 ) -- end nvl
8774: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8775: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
8776: , ROUND (
8777: NVL (
8778: DECODE (

Line 8775: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

8771: , '1-1' , fact.po_committed_cost
8772: , 0 ) -- end decode
8773: , 0 ) -- end nvl
8774: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8775: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
8776: , ROUND (
8777: NVL (
8778: DECODE (
8779: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8791: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8787: , '0-1' , fact.pr_committed_cost
8788: , '1-1' , fact.pr_committed_cost
8789: , 0 ) -- end decode
8790: , 0 ) -- end nvl
8791: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8792: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
8793: , ROUND (
8794: NVL (
8795: DECODE (

Line 8792: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

8788: , '1-1' , fact.pr_committed_cost
8789: , 0 ) -- end decode
8790: , 0 ) -- end nvl
8791: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8792: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
8793: , ROUND (
8794: NVL (
8795: DECODE (
8796: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8808: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8804: , '0-1' , fact.oth_committed_cost
8805: , '1-1' , fact.oth_committed_cost
8806: , 0 ) -- end decode
8807: , 0 ) -- end nvl
8808: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8809: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
8810: , ROUND (
8811: NVL (
8812: DECODE (

Line 8809: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

8805: , '1-1' , fact.oth_committed_cost
8806: , 0 ) -- end decode
8807: , 0 ) -- end nvl
8808: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8809: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
8810: , ROUND (
8811: NVL (
8812: DECODE (
8813: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8825: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8821: , '0-1' , fact.ACT_LABOR_HRS
8822: , '1-1' , fact.ACT_LABOR_HRS
8823: , 0 ) -- end decode
8824: , 0 ) -- end nvl
8825: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8826: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
8827: , ROUND (
8828: NVL (
8829: DECODE (

Line 8826: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

8822: , '1-1' , fact.ACT_LABOR_HRS
8823: , 0 ) -- end decode
8824: , 0 ) -- end nvl
8825: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8826: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
8827: , ROUND (
8828: NVL (
8829: DECODE (
8830: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8842: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8838: , '0-1' , fact.ACT_EQUIP_HRS
8839: , '1-1' , fact.ACT_EQUIP_HRS
8840: , 0 ) -- end decode
8841: , 0 ) -- end nvl
8842: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8843: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
8844: , ROUND (
8845: NVL (
8846: DECODE (

Line 8843: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

8839: , '1-1' , fact.ACT_EQUIP_HRS
8840: , 0 ) -- end decode
8841: , 0 ) -- end nvl
8842: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8843: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
8844: , ROUND (
8845: NVL (
8846: DECODE (
8847: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8859: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8855: , '0-1' , fact.ACT_LABOR_BRDN_COST
8856: , '1-1' , fact.ACT_LABOR_BRDN_COST
8857: , 0 ) -- end decode
8858: , 0 ) -- end nvl
8859: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8860: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
8861: , ROUND (
8862: NVL (
8863: DECODE (

Line 8860: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

8856: , '1-1' , fact.ACT_LABOR_BRDN_COST
8857: , 0 ) -- end decode
8858: , 0 ) -- end nvl
8859: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8860: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
8861: , ROUND (
8862: NVL (
8863: DECODE (
8864: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8876: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8872: , '0-1' , fact.ACT_EQUIP_BRDN_COST
8873: , '1-1' , fact.ACT_EQUIP_BRDN_COST
8874: , 0 ) -- end decode
8875: , 0 ) -- end nvl
8876: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8877: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
8878: , ROUND (
8879: NVL (
8880: DECODE (

Line 8877: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

8873: , '1-1' , fact.ACT_EQUIP_BRDN_COST
8874: , 0 ) -- end decode
8875: , 0 ) -- end nvl
8876: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8877: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
8878: , ROUND (
8879: NVL (
8880: DECODE (
8881: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8893: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8889: , '0-1' , fact.ACT_BRDN_COST
8890: , '1-1' , fact.ACT_BRDN_COST
8891: , 0 ) -- end decode
8892: , 0 ) -- end nvl
8893: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8894: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
8895: , ROUND (
8896: NVL (
8897: DECODE (

Line 8894: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

8890: , '1-1' , fact.ACT_BRDN_COST
8891: , 0 ) -- end decode
8892: , 0 ) -- end nvl
8893: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8894: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
8895: , ROUND (
8896: NVL (
8897: DECODE (
8898: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8910: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8906: , '0-1' , fact.ACT_RAW_COST
8907: , '1-1' , fact.ACT_RAW_COST
8908: , 0 ) -- end decode
8909: , 0 ) -- end nvl
8910: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8911: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
8912: , ROUND (
8913: NVL (
8914: DECODE (

Line 8911: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

8907: , '1-1' , fact.ACT_RAW_COST
8908: , 0 ) -- end decode
8909: , 0 ) -- end nvl
8910: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8911: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
8912: , ROUND (
8913: NVL (
8914: DECODE (
8915: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8927: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8923: , '0-1' , fact.ACT_REVENUE
8924: , '1-1' , fact.ACT_REVENUE
8925: , 0 ) -- end decode
8926: , 0 ) -- end nvl
8927: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8928: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
8929: , ROUND (
8930: NVL (
8931: DECODE (

Line 8928: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

8924: , '1-1' , fact.ACT_REVENUE
8925: , 0 ) -- end decode
8926: , 0 ) -- end nvl
8927: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8928: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
8929: , ROUND (
8930: NVL (
8931: DECODE (
8932: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8944: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8940: , '0-1' , fact.ACT_LABOR_RAW_COST
8941: , '1-1' , fact.ACT_LABOR_RAW_COST
8942: , 0 ) -- end decode
8943: , 0 ) -- end nvl
8944: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8945: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
8946: , ROUND (
8947: NVL (
8948: DECODE (

Line 8945: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

8941: , '1-1' , fact.ACT_LABOR_RAW_COST
8942: , 0 ) -- end decode
8943: , 0 ) -- end nvl
8944: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8945: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
8946: , ROUND (
8947: NVL (
8948: DECODE (
8949: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8961: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8957: , '0-1' , fact.ACT_EQUIP_RAW_COST
8958: , '1-1' , fact.ACT_EQUIP_RAW_COST
8959: , 0 ) -- end decode
8960: , 0 ) -- end nvl
8961: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8962: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
8963: , ROUND (
8964: NVL (
8965: DECODE (

Line 8962: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

8958: , '1-1' , fact.ACT_EQUIP_RAW_COST
8959: , 0 ) -- end decode
8960: , 0 ) -- end nvl
8961: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8962: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
8963: , ROUND (
8964: NVL (
8965: DECODE (
8966: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8978: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8974: , '0-1' , fact.ETC_LABOR_HRS
8975: , '1-1' , fact.ETC_LABOR_HRS
8976: , 0 ) -- end decode
8977: , 0 ) -- end nvl
8978: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8979: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
8980: , ROUND (
8981: NVL (
8982: DECODE (

Line 8979: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

8975: , '1-1' , fact.ETC_LABOR_HRS
8976: , 0 ) -- end decode
8977: , 0 ) -- end nvl
8978: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8979: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
8980: , ROUND (
8981: NVL (
8982: DECODE (
8983: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 8995: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

8991: , '0-1' , fact.ETC_EQUIP_HRS
8992: , '1-1' , fact.ETC_EQUIP_HRS
8993: , 0 ) -- end decode
8994: , 0 ) -- end nvl
8995: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8996: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
8997: , ROUND (
8998: NVL (
8999: DECODE (

Line 8996: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

8992: , '1-1' , fact.ETC_EQUIP_HRS
8993: , 0 ) -- end decode
8994: , 0 ) -- end nvl
8995: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
8996: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
8997: , ROUND (
8998: NVL (
8999: DECODE (
9000: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9012: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9008: , '0-1' , fact.ETC_LABOR_BRDN_COST
9009: , '1-1' , fact.ETC_LABOR_BRDN_COST
9010: , 0 ) -- end decode
9011: , 0 ) -- end nvl
9012: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9013: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
9014: , ROUND (
9015: NVL (
9016: DECODE (

Line 9013: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

9009: , '1-1' , fact.ETC_LABOR_BRDN_COST
9010: , 0 ) -- end decode
9011: , 0 ) -- end nvl
9012: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9013: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
9014: , ROUND (
9015: NVL (
9016: DECODE (
9017: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9029: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9025: , '0-1' , fact.ETC_EQUIP_BRDN_COST
9026: , '1-1' , fact.ETC_EQUIP_BRDN_COST
9027: , 0 ) -- end decode
9028: , 0 ) -- end nvl
9029: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9030: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
9031: , ROUND (
9032: NVL (
9033: DECODE (

Line 9030: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

9026: , '1-1' , fact.ETC_EQUIP_BRDN_COST
9027: , 0 ) -- end decode
9028: , 0 ) -- end nvl
9029: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9030: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
9031: , ROUND (
9032: NVL (
9033: DECODE (
9034: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9046: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9042: , '0-1' , fact.ETC_BRDN_COST
9043: , '1-1' , fact.ETC_BRDN_COST
9044: , 0 ) -- end decode
9045: , 0 ) -- end nvl
9046: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9047: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
9048: , ROUND (
9049: NVL (
9050: DECODE (

Line 9047: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

9043: , '1-1' , fact.ETC_BRDN_COST
9044: , 0 ) -- end decode
9045: , 0 ) -- end nvl
9046: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9047: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
9048: , ROUND (
9049: NVL (
9050: DECODE (
9051: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9063: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9059: , '0-1' , fact.ETC_RAW_COST
9060: , '1-1' , fact.ETC_RAW_COST
9061: , 0 ) -- end decode
9062: , 0 ) -- end nvl
9063: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9064: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
9065: , ROUND (
9066: NVL (
9067: DECODE (

Line 9064: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

9060: , '1-1' , fact.ETC_RAW_COST
9061: , 0 ) -- end decode
9062: , 0 ) -- end nvl
9063: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9064: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
9065: , ROUND (
9066: NVL (
9067: DECODE (
9068: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9080: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9076: , '0-1' , fact.ETC_LABOR_RAW_COST
9077: , '1-1' , fact.ETC_LABOR_RAW_COST
9078: , 0 ) -- end decode
9079: , 0 ) -- end nvl
9080: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9081: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
9082: , ROUND (
9083: NVL (
9084: DECODE (

Line 9081: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

9077: , '1-1' , fact.ETC_LABOR_RAW_COST
9078: , 0 ) -- end decode
9079: , 0 ) -- end nvl
9080: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9081: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
9082: , ROUND (
9083: NVL (
9084: DECODE (
9085: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9097: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9093: , '0-1' , fact.ETC_EQUIP_RAW_COST
9094: , '1-1' , fact.ETC_EQUIP_RAW_COST
9095: , 0 ) -- end decode
9096: , 0 ) -- end nvl
9097: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9098: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
9099: , ROUND (
9100: NVL (
9101: DECODE (

Line 9098: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

9094: , '1-1' , fact.ETC_EQUIP_RAW_COST
9095: , 0 ) -- end decode
9096: , 0 ) -- end nvl
9097: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9098: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
9099: , ROUND (
9100: NVL (
9101: DECODE (
9102: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9114: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9110: , '0-1' , fact.custom1
9111: , '1-1' , fact.custom1
9112: , 0 ) -- end decode
9113: , 0 ) -- end nvl
9114: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9115: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
9116: , ROUND (
9117: NVL (
9118: DECODE (

Line 9115: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

9111: , '1-1' , fact.custom1
9112: , 0 ) -- end decode
9113: , 0 ) -- end nvl
9114: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9115: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
9116: , ROUND (
9117: NVL (
9118: DECODE (
9119: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9131: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9127: , '0-1' , fact.custom2
9128: , '1-1' , fact.custom2
9129: , 0 ) -- end decode
9130: , 0 ) -- end nvl
9131: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9132: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
9133: , ROUND (
9134: NVL (
9135: DECODE (

Line 9132: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

9128: , '1-1' , fact.custom2
9129: , 0 ) -- end decode
9130: , 0 ) -- end nvl
9131: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9132: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
9133: , ROUND (
9134: NVL (
9135: DECODE (
9136: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9148: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9144: , '0-1' , fact.custom3
9145: , '1-1' , fact.custom3
9146: , 0 ) -- end decode
9147: , 0 ) -- end nvl
9148: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9149: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
9150: , ROUND (
9151: NVL (
9152: DECODE (

Line 9149: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

9145: , '1-1' , fact.custom3
9146: , 0 ) -- end decode
9147: , 0 ) -- end nvl
9148: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9149: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
9150: , ROUND (
9151: NVL (
9152: DECODE (
9153: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9165: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9161: , '0-1' , fact.custom4
9162: , '1-1' , fact.custom4
9163: , 0 ) -- end decode
9164: , 0 ) -- end nvl
9165: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9166: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
9167: , ROUND (
9168: NVL (
9169: DECODE (

Line 9166: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

9162: , '1-1' , fact.custom4
9163: , 0 ) -- end decode
9164: , 0 ) -- end nvl
9165: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9166: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
9167: , ROUND (
9168: NVL (
9169: DECODE (
9170: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9182: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9178: , '0-1' , fact.custom5
9179: , '1-1' , fact.custom5
9180: , 0 ) -- end decode
9181: , 0 ) -- end nvl
9182: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9183: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
9184: , ROUND (
9185: NVL (
9186: DECODE (

Line 9183: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

9179: , '1-1' , fact.custom5
9180: , 0 ) -- end decode
9181: , 0 ) -- end nvl
9182: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9183: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
9184: , ROUND (
9185: NVL (
9186: DECODE (
9187: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9199: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9195: , '0-1' , fact.custom6
9196: , '1-1' , fact.custom6
9197: , 0 ) -- end decode
9198: , 0 ) -- end nvl
9199: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9200: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
9201: , ROUND (
9202: NVL (
9203: DECODE (

Line 9200: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

9196: , '1-1' , fact.custom6
9197: , 0 ) -- end decode
9198: , 0 ) -- end nvl
9199: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9200: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
9201: , ROUND (
9202: NVL (
9203: DECODE (
9204: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9216: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9212: , '0-1' , fact.custom7
9213: , '1-1' , fact.custom7
9214: , 0 ) -- end decode
9215: , 0 ) -- end nvl
9216: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9217: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
9218: , ROUND (
9219: NVL (
9220: DECODE (

Line 9217: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

9213: , '1-1' , fact.custom7
9214: , 0 ) -- end decode
9215: , 0 ) -- end nvl
9216: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9217: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
9218: , ROUND (
9219: NVL (
9220: DECODE (
9221: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9233: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9229: , '0-1' , fact.custom8
9230: , '1-1' , fact.custom8
9231: , 0 ) -- end decode
9232: , 0 ) -- end nvl
9233: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9234: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
9235: , ROUND (
9236: NVL (
9237: DECODE (

Line 9234: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

9230: , '1-1' , fact.custom8
9231: , 0 ) -- end decode
9232: , 0 ) -- end nvl
9233: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9234: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
9235: , ROUND (
9236: NVL (
9237: DECODE (
9238: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9250: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9246: , '0-1' , fact.custom9
9247: , '1-1' , fact.custom9
9248: , 0 ) -- end decode
9249: , 0 ) -- end nvl
9250: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9251: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
9252: , ROUND (
9253: NVL (
9254: DECODE (

Line 9251: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

9247: , '1-1' , fact.custom9
9248: , 0 ) -- end decode
9249: , 0 ) -- end nvl
9250: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9251: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
9252: , ROUND (
9253: NVL (
9254: DECODE (
9255: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9267: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9263: , '0-1' , fact.custom10
9264: , '1-1' , fact.custom10
9265: , 0 ) -- end decode
9266: , 0 ) -- end nvl
9267: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9268: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
9269: , ROUND (
9270: NVL (
9271: DECODE (

Line 9268: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

9264: , '1-1' , fact.custom10
9265: , 0 ) -- end decode
9266: , 0 ) -- end nvl
9267: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9268: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
9269: , ROUND (
9270: NVL (
9271: DECODE (
9272: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9284: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9280: , '0-1' , fact.custom11
9281: , '1-1' , fact.custom11
9282: , 0 ) -- end decode
9283: , 0 ) -- end nvl
9284: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9285: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
9286: , ROUND (
9287: NVL (
9288: DECODE (

Line 9285: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

9281: , '1-1' , fact.custom11
9282: , 0 ) -- end decode
9283: , 0 ) -- end nvl
9284: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9285: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
9286: , ROUND (
9287: NVL (
9288: DECODE (
9289: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9301: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9297: , '0-1' , fact.custom12
9298: , '1-1' , fact.custom12
9299: , 0 ) -- end decode
9300: , 0 ) -- end nvl
9301: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9302: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
9303: , ROUND (
9304: NVL (
9305: DECODE (

Line 9302: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

9298: , '1-1' , fact.custom12
9299: , 0 ) -- end decode
9300: , 0 ) -- end nvl
9301: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9302: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
9303: , ROUND (
9304: NVL (
9305: DECODE (
9306: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9318: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9314: , '0-1' , fact.custom13
9315: , '1-1' , fact.custom13
9316: , 0 ) -- end decode
9317: , 0 ) -- end nvl
9318: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9319: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
9320: , ROUND (
9321: NVL (
9322: DECODE (

Line 9319: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

9315: , '1-1' , fact.custom13
9316: , 0 ) -- end decode
9317: , 0 ) -- end nvl
9318: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9319: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
9320: , ROUND (
9321: NVL (
9322: DECODE (
9323: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9335: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9331: , '0-1' , fact.custom14
9332: , '1-1' , fact.custom14
9333: , 0 ) -- end decode
9334: , 0 ) -- end nvl
9335: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9336: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
9337: , ROUND (
9338: NVL (
9339: DECODE (

Line 9336: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

9332: , '1-1' , fact.custom14
9333: , 0 ) -- end decode
9334: , 0 ) -- end nvl
9335: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9336: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
9337: , ROUND (
9338: NVL (
9339: DECODE (
9340: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9352: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9348: , '0-1' , fact.custom15
9349: , '1-1' , fact.custom15
9350: , 0 ) -- end decode
9351: , 0 ) -- end nvl
9352: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9353: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
9354: , 'CF' line_type
9355: , fact.time_dangling_flag time_dangling_flag
9356: , fact.rate_dangling_flag rate_dangling_flag

Line 9353: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

9349: , '1-1' , fact.custom15
9350: , 0 ) -- end decode
9351: , 0 ) -- end nvl
9352: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9353: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
9354: , 'CF' line_type
9355: , fact.time_dangling_flag time_dangling_flag
9356: , fact.rate_dangling_flag rate_dangling_flag
9357: FROM pji_fp_aggr_pjp1_t fact

Line 9917: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9913: , '0-1' , fact.raw_cost
9914: , '1-1' , fact.raw_cost
9915: , 0 ) -- end decode
9916: , 0 ) -- end nvl
9917: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9918: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
9919: , ROUND (
9920: NVL (
9921: DECODE (

Line 9918: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

9914: , '1-1' , fact.raw_cost
9915: , 0 ) -- end decode
9916: , 0 ) -- end nvl
9917: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9918: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
9919: , ROUND (
9920: NVL (
9921: DECODE (
9922: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9934: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9930: , '0-1' , fact.brdn_cost
9931: , '1-1' , fact.brdn_cost
9932: , 0 ) -- end decode
9933: , 0 ) -- end nvl
9934: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9935: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
9936: , ROUND (
9937: NVL (
9938: DECODE (

Line 9935: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

9931: , '1-1' , fact.brdn_cost
9932: , 0 ) -- end decode
9933: , 0 ) -- end nvl
9934: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9935: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
9936: , ROUND (
9937: NVL (
9938: DECODE (
9939: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9951: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9947: , '0-1' , fact.revenue
9948: , '1-1' , fact.revenue
9949: , 0 ) -- end decode
9950: , 0 ) -- end nvl
9951: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9952: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
9953: , ROUND (
9954: NVL (
9955: DECODE (

Line 9952: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

9948: , '1-1' , fact.revenue
9949: , 0 ) -- end decode
9950: , 0 ) -- end nvl
9951: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9952: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
9953: , ROUND (
9954: NVL (
9955: DECODE (
9956: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9968: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9964: , '0-1' , fact.bill_raw_cost
9965: , '1-1' , fact.bill_raw_cost
9966: , 0 ) -- end decode
9967: , 0 ) -- end nvl
9968: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9969: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
9970: , ROUND (
9971: NVL (
9972: DECODE (

Line 9969: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

9965: , '1-1' , fact.bill_raw_cost
9966: , 0 ) -- end decode
9967: , 0 ) -- end nvl
9968: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9969: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
9970: , ROUND (
9971: NVL (
9972: DECODE (
9973: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 9985: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9981: , '0-1' , fact.bill_brdn_cost
9982: , '1-1' , fact.bill_brdn_cost
9983: , 0 ) -- end decode
9984: , 0 ) -- end nvl
9985: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9986: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
9987: , ROUND (
9988: NVL (
9989: DECODE (

Line 9986: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

9982: , '1-1' , fact.bill_brdn_cost
9983: , 0 ) -- end decode
9984: , 0 ) -- end nvl
9985: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
9986: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
9987: , ROUND (
9988: NVL (
9989: DECODE (
9990: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10002: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

9998: , '0-1' , fact.bill_labor_raw_cost
9999: , '1-1' , fact.bill_labor_raw_cost
10000: , 0 ) -- end decode
10001: , 0 ) -- end nvl
10002: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10003: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
10004: , ROUND (
10005: NVL (
10006: DECODE (

Line 10003: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

9999: , '1-1' , fact.bill_labor_raw_cost
10000: , 0 ) -- end decode
10001: , 0 ) -- end nvl
10002: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10003: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
10004: , ROUND (
10005: NVL (
10006: DECODE (
10007: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10019: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10015: , '0-1' , fact.bill_labor_brdn_cost
10016: , '1-1' , fact.bill_labor_brdn_cost
10017: , 0 ) -- end decode
10018: , 0 ) -- end nvl
10019: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10020: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
10021: , ROUND (
10022: NVL (
10023: DECODE (

Line 10020: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

10016: , '1-1' , fact.bill_labor_brdn_cost
10017: , 0 ) -- end decode
10018: , 0 ) -- end nvl
10019: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10020: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
10021: , ROUND (
10022: NVL (
10023: DECODE (
10024: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10036: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10032: , '0-1' , fact.bill_labor_hrs
10033: , '1-1' , fact.bill_labor_hrs
10034: , 0 ) -- end decode
10035: , 0 ) -- end nvl
10036: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10037: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
10038: , ROUND (
10039: NVL (
10040: DECODE (

Line 10037: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

10033: , '1-1' , fact.bill_labor_hrs
10034: , 0 ) -- end decode
10035: , 0 ) -- end nvl
10036: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10037: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
10038: , ROUND (
10039: NVL (
10040: DECODE (
10041: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10053: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10049: , '0-1' , fact.equipment_raw_cost
10050: , '1-1' , fact.equipment_raw_cost
10051: , 0 ) -- end decode
10052: , 0 ) -- end nvl
10053: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10054: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
10055: , ROUND (
10056: NVL (
10057: DECODE (

Line 10054: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

10050: , '1-1' , fact.equipment_raw_cost
10051: , 0 ) -- end decode
10052: , 0 ) -- end nvl
10053: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10054: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
10055: , ROUND (
10056: NVL (
10057: DECODE (
10058: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10070: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10066: , '0-1' , fact.equipment_brdn_cost
10067: , '1-1' , fact.equipment_brdn_cost
10068: , 0 ) -- end decode
10069: , 0 ) -- end nvl
10070: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10071: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
10072: , ROUND (
10073: NVL (
10074: DECODE (

Line 10071: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

10067: , '1-1' , fact.equipment_brdn_cost
10068: , 0 ) -- end decode
10069: , 0 ) -- end nvl
10070: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10071: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
10072: , ROUND (
10073: NVL (
10074: DECODE (
10075: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10087: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10083: , '0-1' , fact.capitalizable_raw_cost
10084: , '1-1' , fact.capitalizable_raw_cost
10085: , 0 ) -- end decode
10086: , 0 ) -- end nvl
10087: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10088: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
10089: , ROUND (
10090: NVL (
10091: DECODE (

Line 10088: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

10084: , '1-1' , fact.capitalizable_raw_cost
10085: , 0 ) -- end decode
10086: , 0 ) -- end nvl
10087: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10088: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
10089: , ROUND (
10090: NVL (
10091: DECODE (
10092: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10104: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10100: , '0-1' , fact.capitalizable_brdn_cost
10101: , '1-1' , fact.capitalizable_brdn_cost
10102: , 0 ) -- end decode
10103: , 0 ) -- end nvl
10104: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10105: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
10106: , ROUND (
10107: NVL (
10108: DECODE (

Line 10105: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

10101: , '1-1' , fact.capitalizable_brdn_cost
10102: , 0 ) -- end decode
10103: , 0 ) -- end nvl
10104: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10105: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
10106: , ROUND (
10107: NVL (
10108: DECODE (
10109: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10121: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10117: , '0-1' , fact.labor_raw_cost
10118: , '1-1' , fact.labor_raw_cost
10119: , 0 ) -- end decode
10120: , 0 ) -- end nvl
10121: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10122: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
10123: , ROUND (
10124: NVL (
10125: DECODE (

Line 10122: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

10118: , '1-1' , fact.labor_raw_cost
10119: , 0 ) -- end decode
10120: , 0 ) -- end nvl
10121: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10122: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
10123: , ROUND (
10124: NVL (
10125: DECODE (
10126: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10138: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10134: , '0-1' , fact.labor_brdn_cost
10135: , '1-1' , fact.labor_brdn_cost
10136: , 0 ) -- end decode
10137: , 0 ) -- end nvl
10138: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10139: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
10140: , ROUND (
10141: NVL (
10142: DECODE (

Line 10139: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

10135: , '1-1' , fact.labor_brdn_cost
10136: , 0 ) -- end decode
10137: , 0 ) -- end nvl
10138: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10139: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
10140: , ROUND (
10141: NVL (
10142: DECODE (
10143: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10155: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10151: , '0-1' , fact.labor_hrs
10152: , '1-1' , fact.labor_hrs
10153: , 0 ) -- end decode
10154: , 0 ) -- end nvl
10155: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10156: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
10157: , ROUND (
10158: NVL (
10159: DECODE (

Line 10156: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

10152: , '1-1' , fact.labor_hrs
10153: , 0 ) -- end decode
10154: , 0 ) -- end nvl
10155: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10156: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
10157: , ROUND (
10158: NVL (
10159: DECODE (
10160: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10172: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10168: , '0-1' , fact.labor_revenue
10169: , '1-1' , fact.labor_revenue
10170: , 0 ) -- end decode
10171: , 0 ) -- end nvl
10172: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10173: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
10174: , ROUND (
10175: NVL (
10176: DECODE (

Line 10173: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

10169: , '1-1' , fact.labor_revenue
10170: , 0 ) -- end decode
10171: , 0 ) -- end nvl
10172: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10173: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
10174: , ROUND (
10175: NVL (
10176: DECODE (
10177: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10189: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10185: , '0-1' , fact.equipment_hours
10186: , '1-1' , fact.equipment_hours
10187: , 0 ) -- end decode
10188: , 0 ) -- end nvl
10189: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10190: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
10191: , ROUND (
10192: NVL (
10193: DECODE (

Line 10190: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

10186: , '1-1' , fact.equipment_hours
10187: , 0 ) -- end decode
10188: , 0 ) -- end nvl
10189: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10190: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
10191: , ROUND (
10192: NVL (
10193: DECODE (
10194: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10206: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10202: , '0-1' , fact.billable_equipment_hours
10203: , '1-1' , fact.billable_equipment_hours
10204: , 0 ) -- end decode
10205: , 0 ) -- end nvl
10206: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10207: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
10208: , ROUND (
10209: NVL (
10210: DECODE (

Line 10207: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

10203: , '1-1' , fact.billable_equipment_hours
10204: , 0 ) -- end decode
10205: , 0 ) -- end nvl
10206: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10207: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
10208: , ROUND (
10209: NVL (
10210: DECODE (
10211: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10223: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10219: , '0-1' , fact.sup_inv_committed_cost
10220: , '1-1' , fact.sup_inv_committed_cost
10221: , 0 ) -- end decode
10222: , 0 ) -- end nvl
10223: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10224: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
10225: , ROUND (
10226: NVL (
10227: DECODE (

Line 10224: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

10220: , '1-1' , fact.sup_inv_committed_cost
10221: , 0 ) -- end decode
10222: , 0 ) -- end nvl
10223: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10224: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
10225: , ROUND (
10226: NVL (
10227: DECODE (
10228: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10240: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10236: , '0-1' , fact.po_committed_cost
10237: , '1-1' , fact.po_committed_cost
10238: , 0 ) -- end decode
10239: , 0 ) -- end nvl
10240: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10241: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
10242: , ROUND (
10243: NVL (
10244: DECODE (

Line 10241: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

10237: , '1-1' , fact.po_committed_cost
10238: , 0 ) -- end decode
10239: , 0 ) -- end nvl
10240: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10241: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
10242: , ROUND (
10243: NVL (
10244: DECODE (
10245: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10257: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10253: , '0-1' , fact.pr_committed_cost
10254: , '1-1' , fact.pr_committed_cost
10255: , 0 ) -- end decode
10256: , 0 ) -- end nvl
10257: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10258: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
10259: , ROUND (
10260: NVL (
10261: DECODE (

Line 10258: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

10254: , '1-1' , fact.pr_committed_cost
10255: , 0 ) -- end decode
10256: , 0 ) -- end nvl
10257: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10258: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
10259: , ROUND (
10260: NVL (
10261: DECODE (
10262: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10274: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10270: , '0-1' , fact.oth_committed_cost
10271: , '1-1' , fact.oth_committed_cost
10272: , 0 ) -- end decode
10273: , 0 ) -- end nvl
10274: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10275: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
10276: , ROUND (
10277: NVL (
10278: DECODE (

Line 10275: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

10271: , '1-1' , fact.oth_committed_cost
10272: , 0 ) -- end decode
10273: , 0 ) -- end nvl
10274: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10275: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
10276: , ROUND (
10277: NVL (
10278: DECODE (
10279: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10291: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10287: , '0-1' , fact.ACT_LABOR_HRS
10288: , '1-1' , fact.ACT_LABOR_HRS
10289: , 0 ) -- end decode
10290: , 0 ) -- end nvl
10291: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10292: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
10293: , ROUND (
10294: NVL (
10295: DECODE (

Line 10292: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

10288: , '1-1' , fact.ACT_LABOR_HRS
10289: , 0 ) -- end decode
10290: , 0 ) -- end nvl
10291: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10292: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
10293: , ROUND (
10294: NVL (
10295: DECODE (
10296: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10308: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10304: , '0-1' , fact.ACT_EQUIP_HRS
10305: , '1-1' , fact.ACT_EQUIP_HRS
10306: , 0 ) -- end decode
10307: , 0 ) -- end nvl
10308: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10309: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
10310: , ROUND (
10311: NVL (
10312: DECODE (

Line 10309: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

10305: , '1-1' , fact.ACT_EQUIP_HRS
10306: , 0 ) -- end decode
10307: , 0 ) -- end nvl
10308: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10309: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
10310: , ROUND (
10311: NVL (
10312: DECODE (
10313: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10325: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10321: , '0-1' , fact.ACT_LABOR_BRDN_COST
10322: , '1-1' , fact.ACT_LABOR_BRDN_COST
10323: , 0 ) -- end decode
10324: , 0 ) -- end nvl
10325: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10326: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
10327: , ROUND (
10328: NVL (
10329: DECODE (

Line 10326: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

10322: , '1-1' , fact.ACT_LABOR_BRDN_COST
10323: , 0 ) -- end decode
10324: , 0 ) -- end nvl
10325: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10326: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
10327: , ROUND (
10328: NVL (
10329: DECODE (
10330: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10342: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10338: , '0-1' , fact.ACT_EQUIP_BRDN_COST
10339: , '1-1' , fact.ACT_EQUIP_BRDN_COST
10340: , 0 ) -- end decode
10341: , 0 ) -- end nvl
10342: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10343: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
10344: , ROUND (
10345: NVL (
10346: DECODE (

Line 10343: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

10339: , '1-1' , fact.ACT_EQUIP_BRDN_COST
10340: , 0 ) -- end decode
10341: , 0 ) -- end nvl
10342: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10343: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
10344: , ROUND (
10345: NVL (
10346: DECODE (
10347: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10359: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10355: , '0-1' , fact.ACT_BRDN_COST
10356: , '1-1' , fact.ACT_BRDN_COST
10357: , 0 ) -- end decode
10358: , 0 ) -- end nvl
10359: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10360: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
10361: , ROUND (
10362: NVL (
10363: DECODE (

Line 10360: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

10356: , '1-1' , fact.ACT_BRDN_COST
10357: , 0 ) -- end decode
10358: , 0 ) -- end nvl
10359: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10360: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
10361: , ROUND (
10362: NVL (
10363: DECODE (
10364: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10376: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10372: , '0-1' , fact.ACT_RAW_COST
10373: , '1-1' , fact.ACT_RAW_COST
10374: , 0 ) -- end decode
10375: , 0 ) -- end nvl
10376: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10377: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
10378: , ROUND (
10379: NVL (
10380: DECODE (

Line 10377: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

10373: , '1-1' , fact.ACT_RAW_COST
10374: , 0 ) -- end decode
10375: , 0 ) -- end nvl
10376: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10377: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
10378: , ROUND (
10379: NVL (
10380: DECODE (
10381: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10393: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10389: , '0-1' , fact.ACT_REVENUE
10390: , '1-1' , fact.ACT_REVENUE
10391: , 0 ) -- end decode
10392: , 0 ) -- end nvl
10393: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10394: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
10395: , ROUND (
10396: NVL (
10397: DECODE (

Line 10394: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

10390: , '1-1' , fact.ACT_REVENUE
10391: , 0 ) -- end decode
10392: , 0 ) -- end nvl
10393: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10394: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
10395: , ROUND (
10396: NVL (
10397: DECODE (
10398: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10410: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10406: , '0-1' , fact.ACT_LABOR_RAW_COST
10407: , '1-1' , fact.ACT_LABOR_RAW_COST
10408: , 0 ) -- end decode
10409: , 0 ) -- end nvl
10410: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10411: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
10412: , ROUND (
10413: NVL (
10414: DECODE (

Line 10411: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

10407: , '1-1' , fact.ACT_LABOR_RAW_COST
10408: , 0 ) -- end decode
10409: , 0 ) -- end nvl
10410: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10411: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
10412: , ROUND (
10413: NVL (
10414: DECODE (
10415: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10427: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10423: , '0-1' , fact.ACT_EQUIP_RAW_COST
10424: , '1-1' , fact.ACT_EQUIP_RAW_COST
10425: , 0 ) -- end decode
10426: , 0 ) -- end nvl
10427: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10428: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
10429: , ROUND (
10430: NVL (
10431: DECODE (

Line 10428: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

10424: , '1-1' , fact.ACT_EQUIP_RAW_COST
10425: , 0 ) -- end decode
10426: , 0 ) -- end nvl
10427: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10428: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
10429: , ROUND (
10430: NVL (
10431: DECODE (
10432: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10444: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10440: , '0-1' , fact.ETC_LABOR_HRS
10441: , '1-1' , fact.ETC_LABOR_HRS
10442: , 0 ) -- end decode
10443: , 0 ) -- end nvl
10444: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10445: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
10446: , ROUND (
10447: NVL (
10448: DECODE (

Line 10445: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

10441: , '1-1' , fact.ETC_LABOR_HRS
10442: , 0 ) -- end decode
10443: , 0 ) -- end nvl
10444: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10445: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
10446: , ROUND (
10447: NVL (
10448: DECODE (
10449: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10461: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10457: , '0-1' , fact.ETC_EQUIP_HRS
10458: , '1-1' , fact.ETC_EQUIP_HRS
10459: , 0 ) -- end decode
10460: , 0 ) -- end nvl
10461: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10462: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
10463: , ROUND (
10464: NVL (
10465: DECODE (

Line 10462: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

10458: , '1-1' , fact.ETC_EQUIP_HRS
10459: , 0 ) -- end decode
10460: , 0 ) -- end nvl
10461: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10462: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
10463: , ROUND (
10464: NVL (
10465: DECODE (
10466: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10478: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10474: , '0-1' , fact.ETC_LABOR_BRDN_COST
10475: , '1-1' , fact.ETC_LABOR_BRDN_COST
10476: , 0 ) -- end decode
10477: , 0 ) -- end nvl
10478: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10479: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
10480: , ROUND (
10481: NVL (
10482: DECODE (

Line 10479: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

10475: , '1-1' , fact.ETC_LABOR_BRDN_COST
10476: , 0 ) -- end decode
10477: , 0 ) -- end nvl
10478: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10479: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
10480: , ROUND (
10481: NVL (
10482: DECODE (
10483: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10495: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10491: , '0-1' , fact.ETC_EQUIP_BRDN_COST
10492: , '1-1' , fact.ETC_EQUIP_BRDN_COST
10493: , 0 ) -- end decode
10494: , 0 ) -- end nvl
10495: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10496: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
10497: , ROUND (
10498: NVL (
10499: DECODE (

Line 10496: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

10492: , '1-1' , fact.ETC_EQUIP_BRDN_COST
10493: , 0 ) -- end decode
10494: , 0 ) -- end nvl
10495: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10496: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
10497: , ROUND (
10498: NVL (
10499: DECODE (
10500: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10512: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10508: , '0-1' , fact.ETC_BRDN_COST
10509: , '1-1' , fact.ETC_BRDN_COST
10510: , 0 ) -- end decode
10511: , 0 ) -- end nvl
10512: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10513: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
10514: , ROUND (
10515: NVL (
10516: DECODE (

Line 10513: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

10509: , '1-1' , fact.ETC_BRDN_COST
10510: , 0 ) -- end decode
10511: , 0 ) -- end nvl
10512: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10513: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
10514: , ROUND (
10515: NVL (
10516: DECODE (
10517: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10529: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10525: , '0-1' , fact.ETC_RAW_COST
10526: , '1-1' , fact.ETC_RAW_COST
10527: , 0 ) -- end decode
10528: , 0 ) -- end nvl
10529: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10530: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
10531: , ROUND (
10532: NVL (
10533: DECODE (

Line 10530: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

10526: , '1-1' , fact.ETC_RAW_COST
10527: , 0 ) -- end decode
10528: , 0 ) -- end nvl
10529: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10530: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
10531: , ROUND (
10532: NVL (
10533: DECODE (
10534: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10546: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10542: , '0-1' , fact.ETC_LABOR_RAW_COST
10543: , '1-1' , fact.ETC_LABOR_RAW_COST
10544: , 0 ) -- end decode
10545: , 0 ) -- end nvl
10546: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10547: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
10548: , ROUND (
10549: NVL (
10550: DECODE (

Line 10547: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

10543: , '1-1' , fact.ETC_LABOR_RAW_COST
10544: , 0 ) -- end decode
10545: , 0 ) -- end nvl
10546: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10547: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
10548: , ROUND (
10549: NVL (
10550: DECODE (
10551: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10563: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10559: , '0-1' , fact.ETC_EQUIP_RAW_COST
10560: , '1-1' , fact.ETC_EQUIP_RAW_COST
10561: , 0 ) -- end decode
10562: , 0 ) -- end nvl
10563: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10564: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
10565: , ROUND (
10566: NVL (
10567: DECODE (

Line 10564: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

10560: , '1-1' , fact.ETC_EQUIP_RAW_COST
10561: , 0 ) -- end decode
10562: , 0 ) -- end nvl
10563: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10564: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
10565: , ROUND (
10566: NVL (
10567: DECODE (
10568: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10580: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10576: , '0-1' , fact.custom1
10577: , '1-1' , fact.custom1
10578: , 0 ) -- end decode
10579: , 0 ) -- end nvl
10580: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10581: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
10582: , ROUND (
10583: NVL (
10584: DECODE (

Line 10581: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

10577: , '1-1' , fact.custom1
10578: , 0 ) -- end decode
10579: , 0 ) -- end nvl
10580: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10581: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
10582: , ROUND (
10583: NVL (
10584: DECODE (
10585: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10597: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10593: , '0-1' , fact.custom2
10594: , '1-1' , fact.custom2
10595: , 0 ) -- end decode
10596: , 0 ) -- end nvl
10597: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10598: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
10599: , ROUND (
10600: NVL (
10601: DECODE (

Line 10598: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

10594: , '1-1' , fact.custom2
10595: , 0 ) -- end decode
10596: , 0 ) -- end nvl
10597: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10598: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
10599: , ROUND (
10600: NVL (
10601: DECODE (
10602: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10614: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10610: , '0-1' , fact.custom3
10611: , '1-1' , fact.custom3
10612: , 0 ) -- end decode
10613: , 0 ) -- end nvl
10614: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10615: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
10616: , ROUND (
10617: NVL (
10618: DECODE (

Line 10615: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

10611: , '1-1' , fact.custom3
10612: , 0 ) -- end decode
10613: , 0 ) -- end nvl
10614: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10615: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
10616: , ROUND (
10617: NVL (
10618: DECODE (
10619: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10631: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10627: , '0-1' , fact.custom4
10628: , '1-1' , fact.custom4
10629: , 0 ) -- end decode
10630: , 0 ) -- end nvl
10631: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10632: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
10633: , ROUND (
10634: NVL (
10635: DECODE (

Line 10632: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

10628: , '1-1' , fact.custom4
10629: , 0 ) -- end decode
10630: , 0 ) -- end nvl
10631: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10632: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
10633: , ROUND (
10634: NVL (
10635: DECODE (
10636: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10648: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10644: , '0-1' , fact.custom5
10645: , '1-1' , fact.custom5
10646: , 0 ) -- end decode
10647: , 0 ) -- end nvl
10648: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10649: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
10650: , ROUND (
10651: NVL (
10652: DECODE (

Line 10649: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

10645: , '1-1' , fact.custom5
10646: , 0 ) -- end decode
10647: , 0 ) -- end nvl
10648: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10649: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
10650: , ROUND (
10651: NVL (
10652: DECODE (
10653: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10665: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10661: , '0-1' , fact.custom6
10662: , '1-1' , fact.custom6
10663: , 0 ) -- end decode
10664: , 0 ) -- end nvl
10665: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10666: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
10667: , ROUND (
10668: NVL (
10669: DECODE (

Line 10666: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

10662: , '1-1' , fact.custom6
10663: , 0 ) -- end decode
10664: , 0 ) -- end nvl
10665: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10666: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
10667: , ROUND (
10668: NVL (
10669: DECODE (
10670: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10682: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10678: , '0-1' , fact.custom7
10679: , '1-1' , fact.custom7
10680: , 0 ) -- end decode
10681: , 0 ) -- end nvl
10682: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10683: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
10684: , ROUND (
10685: NVL (
10686: DECODE (

Line 10683: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

10679: , '1-1' , fact.custom7
10680: , 0 ) -- end decode
10681: , 0 ) -- end nvl
10682: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10683: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
10684: , ROUND (
10685: NVL (
10686: DECODE (
10687: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10699: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10695: , '0-1' , fact.custom8
10696: , '1-1' , fact.custom8
10697: , 0 ) -- end decode
10698: , 0 ) -- end nvl
10699: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10700: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
10701: , ROUND (
10702: NVL (
10703: DECODE (

Line 10700: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

10696: , '1-1' , fact.custom8
10697: , 0 ) -- end decode
10698: , 0 ) -- end nvl
10699: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10700: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
10701: , ROUND (
10702: NVL (
10703: DECODE (
10704: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10716: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10712: , '0-1' , fact.custom9
10713: , '1-1' , fact.custom9
10714: , 0 ) -- end decode
10715: , 0 ) -- end nvl
10716: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10717: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
10718: , ROUND (
10719: NVL (
10720: DECODE (

Line 10717: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

10713: , '1-1' , fact.custom9
10714: , 0 ) -- end decode
10715: , 0 ) -- end nvl
10716: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10717: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
10718: , ROUND (
10719: NVL (
10720: DECODE (
10721: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10733: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10729: , '0-1' , fact.custom10
10730: , '1-1' , fact.custom10
10731: , 0 ) -- end decode
10732: , 0 ) -- end nvl
10733: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10734: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
10735: , ROUND (
10736: NVL (
10737: DECODE (

Line 10734: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

10730: , '1-1' , fact.custom10
10731: , 0 ) -- end decode
10732: , 0 ) -- end nvl
10733: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10734: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
10735: , ROUND (
10736: NVL (
10737: DECODE (
10738: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10750: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10746: , '0-1' , fact.custom11
10747: , '1-1' , fact.custom11
10748: , 0 ) -- end decode
10749: , 0 ) -- end nvl
10750: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10751: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
10752: , ROUND (
10753: NVL (
10754: DECODE (

Line 10751: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

10747: , '1-1' , fact.custom11
10748: , 0 ) -- end decode
10749: , 0 ) -- end nvl
10750: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10751: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
10752: , ROUND (
10753: NVL (
10754: DECODE (
10755: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10767: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10763: , '0-1' , fact.custom12
10764: , '1-1' , fact.custom12
10765: , 0 ) -- end decode
10766: , 0 ) -- end nvl
10767: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10768: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
10769: , ROUND (
10770: NVL (
10771: DECODE (

Line 10768: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

10764: , '1-1' , fact.custom12
10765: , 0 ) -- end decode
10766: , 0 ) -- end nvl
10767: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10768: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
10769: , ROUND (
10770: NVL (
10771: DECODE (
10772: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10784: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10780: , '0-1' , fact.custom13
10781: , '1-1' , fact.custom13
10782: , 0 ) -- end decode
10783: , 0 ) -- end nvl
10784: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10785: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
10786: , ROUND (
10787: NVL (
10788: DECODE (

Line 10785: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

10781: , '1-1' , fact.custom13
10782: , 0 ) -- end decode
10783: , 0 ) -- end nvl
10784: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10785: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
10786: , ROUND (
10787: NVL (
10788: DECODE (
10789: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10801: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10797: , '0-1' , fact.custom14
10798: , '1-1' , fact.custom14
10799: , 0 ) -- end decode
10800: , 0 ) -- end nvl
10801: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10802: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
10803: , ROUND (
10804: NVL (
10805: DECODE (

Line 10802: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

10798: , '1-1' , fact.custom14
10799: , 0 ) -- end decode
10800: , 0 ) -- end nvl
10801: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10802: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
10803: , ROUND (
10804: NVL (
10805: DECODE (
10806: ( sign (non_pa_cal.start_date - pa_cal.start_date) || sign (non_pa_cal.end_date - pa_cal.end_date) )

Line 10818: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

10814: , '0-1' , fact.custom15
10815: , '1-1' , fact.custom15
10816: , 0 ) -- end decode
10817: , 0 ) -- end nvl
10818: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10819: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
10820: , 'CF' line_type
10821: , NULL time_dangling_flag
10822: , NULL rate_dangling_flag

Line 10819: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

10815: , '1-1' , fact.custom15
10816: , 0 ) -- end decode
10817: , 0 ) -- end nvl
10818: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
10819: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
10820: , 'CF' line_type
10821: , NULL time_dangling_flag
10822: , NULL rate_dangling_flag
10823: ,fact.plan_type_code plan_type_code /*4471527 */

Line 11075: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11071: , '0-1' , fact.raw_cost
11072: , '1-1' , fact.raw_cost
11073: , 0 ) -- end decode
11074: , 0 ) -- end nvl
11075: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11076: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
11077: , ROUND (
11078: NVL (
11079: DECODE (

Line 11076: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost

11072: , '1-1' , fact.raw_cost
11073: , 0 ) -- end decode
11074: , 0 ) -- end nvl
11075: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11076: * PJI_UTILS.GET_MAU (fact.currency_code) raw_cost
11077: , ROUND (
11078: NVL (
11079: DECODE (
11080: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11092: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11088: , '0-1' , fact.brdn_cost
11089: , '1-1' , fact.brdn_cost
11090: , 0 ) -- end decode
11091: , 0 ) -- end nvl
11092: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11093: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
11094: , ROUND (
11095: NVL (
11096: DECODE (

Line 11093: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost

11089: , '1-1' , fact.brdn_cost
11090: , 0 ) -- end decode
11091: , 0 ) -- end nvl
11092: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11093: * PJI_UTILS.GET_MAU (fact.currency_code) brdn_cost
11094: , ROUND (
11095: NVL (
11096: DECODE (
11097: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11109: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11105: , '0-1' , fact.revenue
11106: , '1-1' , fact.revenue
11107: , 0 ) -- end decode
11108: , 0 ) -- end nvl
11109: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11110: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
11111: , ROUND (
11112: NVL (
11113: DECODE (

Line 11110: * PJI_UTILS.GET_MAU (fact.currency_code) revenue

11106: , '1-1' , fact.revenue
11107: , 0 ) -- end decode
11108: , 0 ) -- end nvl
11109: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11110: * PJI_UTILS.GET_MAU (fact.currency_code) revenue
11111: , ROUND (
11112: NVL (
11113: DECODE (
11114: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11126: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11122: , '0-1' , fact.bill_raw_cost
11123: , '1-1' , fact.bill_raw_cost
11124: , 0 ) -- end decode
11125: , 0 ) -- end nvl
11126: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11127: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
11128: , ROUND (
11129: NVL (
11130: DECODE (

Line 11127: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost

11123: , '1-1' , fact.bill_raw_cost
11124: , 0 ) -- end decode
11125: , 0 ) -- end nvl
11126: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11127: * PJI_UTILS.GET_MAU (fact.currency_code) bill_raw_cost
11128: , ROUND (
11129: NVL (
11130: DECODE (
11131: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11143: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11139: , '0-1' , fact.bill_brdn_cost
11140: , '1-1' , fact.bill_brdn_cost
11141: , 0 ) -- end decode
11142: , 0 ) -- end nvl
11143: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11144: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
11145: , ROUND (
11146: NVL (
11147: DECODE (

Line 11144: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost

11140: , '1-1' , fact.bill_brdn_cost
11141: , 0 ) -- end decode
11142: , 0 ) -- end nvl
11143: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11144: * PJI_UTILS.GET_MAU (fact.currency_code) bill_brdn_cost
11145: , ROUND (
11146: NVL (
11147: DECODE (
11148: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11160: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11156: , '0-1' , fact.bill_labor_raw_cost
11157: , '1-1' , fact.bill_labor_raw_cost
11158: , 0 ) -- end decode
11159: , 0 ) -- end nvl
11160: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11161: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
11162: , ROUND (
11163: NVL (
11164: DECODE (

Line 11161: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost

11157: , '1-1' , fact.bill_labor_raw_cost
11158: , 0 ) -- end decode
11159: , 0 ) -- end nvl
11160: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11161: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_raw_cost
11162: , ROUND (
11163: NVL (
11164: DECODE (
11165: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11177: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11173: , '0-1' , fact.bill_labor_brdn_cost
11174: , '1-1' , fact.bill_labor_brdn_cost
11175: , 0 ) -- end decode
11176: , 0 ) -- end nvl
11177: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11178: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
11179: , ROUND (
11180: NVL (
11181: DECODE (

Line 11178: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost

11174: , '1-1' , fact.bill_labor_brdn_cost
11175: , 0 ) -- end decode
11176: , 0 ) -- end nvl
11177: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11178: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_brdn_cost
11179: , ROUND (
11180: NVL (
11181: DECODE (
11182: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11194: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11190: , '0-1' , fact.bill_labor_hrs
11191: , '1-1' , fact.bill_labor_hrs
11192: , 0 ) -- end decode
11193: , 0 ) -- end nvl
11194: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11195: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
11196: , ROUND (
11197: NVL (
11198: DECODE (

Line 11195: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs

11191: , '1-1' , fact.bill_labor_hrs
11192: , 0 ) -- end decode
11193: , 0 ) -- end nvl
11194: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11195: * PJI_UTILS.GET_MAU (fact.currency_code) bill_labor_hrs
11196: , ROUND (
11197: NVL (
11198: DECODE (
11199: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11211: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11207: , '0-1' , fact.equipment_raw_cost
11208: , '1-1' , fact.equipment_raw_cost
11209: , 0 ) -- end decode
11210: , 0 ) -- end nvl
11211: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11212: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
11213: , ROUND (
11214: NVL (
11215: DECODE (

Line 11212: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost

11208: , '1-1' , fact.equipment_raw_cost
11209: , 0 ) -- end decode
11210: , 0 ) -- end nvl
11211: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11212: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_raw_cost
11213: , ROUND (
11214: NVL (
11215: DECODE (
11216: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11228: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11224: , '0-1' , fact.equipment_brdn_cost
11225: , '1-1' , fact.equipment_brdn_cost
11226: , 0 ) -- end decode
11227: , 0 ) -- end nvl
11228: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11229: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
11230: , ROUND (
11231: NVL (
11232: DECODE (

Line 11229: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost

11225: , '1-1' , fact.equipment_brdn_cost
11226: , 0 ) -- end decode
11227: , 0 ) -- end nvl
11228: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11229: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_brdn_cost
11230: , ROUND (
11231: NVL (
11232: DECODE (
11233: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11245: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11241: , '0-1' , fact.capitalizable_raw_cost
11242: , '1-1' , fact.capitalizable_raw_cost
11243: , 0 ) -- end decode
11244: , 0 ) -- end nvl
11245: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11246: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
11247: , ROUND (
11248: NVL (
11249: DECODE (

Line 11246: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost

11242: , '1-1' , fact.capitalizable_raw_cost
11243: , 0 ) -- end decode
11244: , 0 ) -- end nvl
11245: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11246: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_raw_cost
11247: , ROUND (
11248: NVL (
11249: DECODE (
11250: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11262: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11258: , '0-1' , fact.capitalizable_brdn_cost
11259: , '1-1' , fact.capitalizable_brdn_cost
11260: , 0 ) -- end decode
11261: , 0 ) -- end nvl
11262: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11263: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
11264: , ROUND (
11265: NVL (
11266: DECODE (

Line 11263: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost

11259: , '1-1' , fact.capitalizable_brdn_cost
11260: , 0 ) -- end decode
11261: , 0 ) -- end nvl
11262: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11263: * PJI_UTILS.GET_MAU (fact.currency_code) capitalizable_brdn_cost
11264: , ROUND (
11265: NVL (
11266: DECODE (
11267: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11279: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11275: , '0-1' , fact.labor_raw_cost
11276: , '1-1' , fact.labor_raw_cost
11277: , 0 ) -- end decode
11278: , 0 ) -- end nvl
11279: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11280: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
11281: , ROUND (
11282: NVL (
11283: DECODE (

Line 11280: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost

11276: , '1-1' , fact.labor_raw_cost
11277: , 0 ) -- end decode
11278: , 0 ) -- end nvl
11279: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11280: * PJI_UTILS.GET_MAU (fact.currency_code) labor_raw_cost
11281: , ROUND (
11282: NVL (
11283: DECODE (
11284: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11296: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11292: , '0-1' , fact.labor_brdn_cost
11293: , '1-1' , fact.labor_brdn_cost
11294: , 0 ) -- end decode
11295: , 0 ) -- end nvl
11296: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11297: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
11298: , ROUND (
11299: NVL (
11300: DECODE (

Line 11297: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost

11293: , '1-1' , fact.labor_brdn_cost
11294: , 0 ) -- end decode
11295: , 0 ) -- end nvl
11296: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11297: * PJI_UTILS.GET_MAU (fact.currency_code) labor_brdn_cost
11298: , ROUND (
11299: NVL (
11300: DECODE (
11301: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11313: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11309: , '0-1' , fact.labor_hrs
11310: , '1-1' , fact.labor_hrs
11311: , 0 ) -- end decode
11312: , 0 ) -- end nvl
11313: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11314: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
11315: , ROUND (
11316: NVL (
11317: DECODE (

Line 11314: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs

11310: , '1-1' , fact.labor_hrs
11311: , 0 ) -- end decode
11312: , 0 ) -- end nvl
11313: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11314: * PJI_UTILS.GET_MAU (fact.currency_code) labor_hrs
11315: , ROUND (
11316: NVL (
11317: DECODE (
11318: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11330: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11326: , '0-1' , fact.labor_revenue
11327: , '1-1' , fact.labor_revenue
11328: , 0 ) -- end decode
11329: , 0 ) -- end nvl
11330: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11331: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
11332: , ROUND (
11333: NVL (
11334: DECODE (

Line 11331: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue

11327: , '1-1' , fact.labor_revenue
11328: , 0 ) -- end decode
11329: , 0 ) -- end nvl
11330: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11331: * PJI_UTILS.GET_MAU (fact.currency_code) labor_revenue
11332: , ROUND (
11333: NVL (
11334: DECODE (
11335: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11347: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11343: , '0-1' , fact.equipment_hours
11344: , '1-1' , fact.equipment_hours
11345: , 0 ) -- end decode
11346: , 0 ) -- end nvl
11347: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11348: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
11349: , ROUND (
11350: NVL (
11351: DECODE (

Line 11348: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours

11344: , '1-1' , fact.equipment_hours
11345: , 0 ) -- end decode
11346: , 0 ) -- end nvl
11347: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11348: * PJI_UTILS.GET_MAU (fact.currency_code) equipment_hours
11349: , ROUND (
11350: NVL (
11351: DECODE (
11352: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11364: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11360: , '0-1' , fact.billable_equipment_hours
11361: , '1-1' , fact.billable_equipment_hours
11362: , 0 ) -- end decode
11363: , 0 ) -- end nvl
11364: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11365: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
11366: , ROUND (
11367: NVL (
11368: DECODE (

Line 11365: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours

11361: , '1-1' , fact.billable_equipment_hours
11362: , 0 ) -- end decode
11363: , 0 ) -- end nvl
11364: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11365: * PJI_UTILS.GET_MAU (fact.currency_code) billable_equipment_hours
11366: , ROUND (
11367: NVL (
11368: DECODE (
11369: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11381: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11377: , '0-1' , fact.sup_inv_committed_cost
11378: , '1-1' , fact.sup_inv_committed_cost
11379: , 0 ) -- end decode
11380: , 0 ) -- end nvl
11381: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11382: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
11383: , ROUND (
11384: NVL (
11385: DECODE (

Line 11382: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost

11378: , '1-1' , fact.sup_inv_committed_cost
11379: , 0 ) -- end decode
11380: , 0 ) -- end nvl
11381: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11382: * PJI_UTILS.GET_MAU (fact.currency_code) sup_inv_committed_cost
11383: , ROUND (
11384: NVL (
11385: DECODE (
11386: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11398: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11394: , '0-1' , fact.po_committed_cost
11395: , '1-1' , fact.po_committed_cost
11396: , 0 ) -- end decode
11397: , 0 ) -- end nvl
11398: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11399: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
11400: , ROUND (
11401: NVL (
11402: DECODE (

Line 11399: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost

11395: , '1-1' , fact.po_committed_cost
11396: , 0 ) -- end decode
11397: , 0 ) -- end nvl
11398: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11399: * PJI_UTILS.GET_MAU (fact.currency_code) po_committed_cost
11400: , ROUND (
11401: NVL (
11402: DECODE (
11403: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11415: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11411: , '0-1' , fact.pr_committed_cost
11412: , '1-1' , fact.pr_committed_cost
11413: , 0 ) -- end decode
11414: , 0 ) -- end nvl
11415: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11416: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
11417: , ROUND (
11418: NVL (
11419: DECODE (

Line 11416: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost

11412: , '1-1' , fact.pr_committed_cost
11413: , 0 ) -- end decode
11414: , 0 ) -- end nvl
11415: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11416: * PJI_UTILS.GET_MAU (fact.currency_code) pr_committed_cost
11417: , ROUND (
11418: NVL (
11419: DECODE (
11420: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11432: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11428: , '0-1' , fact.oth_committed_cost
11429: , '1-1' , fact.oth_committed_cost
11430: , 0 ) -- end decode
11431: , 0 ) -- end nvl
11432: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11433: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
11434: , ROUND (
11435: NVL (
11436: DECODE (

Line 11433: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost

11429: , '1-1' , fact.oth_committed_cost
11430: , 0 ) -- end decode
11431: , 0 ) -- end nvl
11432: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11433: * PJI_UTILS.GET_MAU (fact.currency_code) oth_committed_cost
11434: , ROUND (
11435: NVL (
11436: DECODE (
11437: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11449: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11445: , '0-1' , fact.ACT_LABOR_HRS
11446: , '1-1' , fact.ACT_LABOR_HRS
11447: , 0 ) -- end decode
11448: , 0 ) -- end nvl
11449: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11450: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
11451: , ROUND (
11452: NVL (
11453: DECODE (

Line 11450: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS

11446: , '1-1' , fact.ACT_LABOR_HRS
11447: , 0 ) -- end decode
11448: , 0 ) -- end nvl
11449: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11450: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_HRS
11451: , ROUND (
11452: NVL (
11453: DECODE (
11454: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11466: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11462: , '0-1' , fact.ACT_EQUIP_HRS
11463: , '1-1' , fact.ACT_EQUIP_HRS
11464: , 0 ) -- end decode
11465: , 0 ) -- end nvl
11466: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11467: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
11468: , ROUND (
11469: NVL (
11470: DECODE (

Line 11467: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS

11463: , '1-1' , fact.ACT_EQUIP_HRS
11464: , 0 ) -- end decode
11465: , 0 ) -- end nvl
11466: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11467: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_HRS
11468: , ROUND (
11469: NVL (
11470: DECODE (
11471: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11483: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11479: , '0-1' , fact.ACT_LABOR_BRDN_COST
11480: , '1-1' , fact.ACT_LABOR_BRDN_COST
11481: , 0 ) -- end decode
11482: , 0 ) -- end nvl
11483: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11484: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
11485: , ROUND (
11486: NVL (
11487: DECODE (

Line 11484: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST

11480: , '1-1' , fact.ACT_LABOR_BRDN_COST
11481: , 0 ) -- end decode
11482: , 0 ) -- end nvl
11483: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11484: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_BRDN_COST
11485: , ROUND (
11486: NVL (
11487: DECODE (
11488: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11500: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11496: , '0-1' , fact.ACT_EQUIP_BRDN_COST
11497: , '1-1' , fact.ACT_EQUIP_BRDN_COST
11498: , 0 ) -- end decode
11499: , 0 ) -- end nvl
11500: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11501: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
11502: , ROUND (
11503: NVL (
11504: DECODE (

Line 11501: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST

11497: , '1-1' , fact.ACT_EQUIP_BRDN_COST
11498: , 0 ) -- end decode
11499: , 0 ) -- end nvl
11500: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11501: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_BRDN_COST
11502: , ROUND (
11503: NVL (
11504: DECODE (
11505: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11517: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11513: , '0-1' , fact.ACT_BRDN_COST
11514: , '1-1' , fact.ACT_BRDN_COST
11515: , 0 ) -- end decode
11516: , 0 ) -- end nvl
11517: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11518: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
11519: , ROUND (
11520: NVL (
11521: DECODE (

Line 11518: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST

11514: , '1-1' , fact.ACT_BRDN_COST
11515: , 0 ) -- end decode
11516: , 0 ) -- end nvl
11517: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11518: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_BRDN_COST
11519: , ROUND (
11520: NVL (
11521: DECODE (
11522: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11534: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11530: , '0-1' , fact.ACT_RAW_COST
11531: , '1-1' , fact.ACT_RAW_COST
11532: , 0 ) -- end decode
11533: , 0 ) -- end nvl
11534: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11535: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
11536: , ROUND (
11537: NVL (
11538: DECODE (

Line 11535: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST

11531: , '1-1' , fact.ACT_RAW_COST
11532: , 0 ) -- end decode
11533: , 0 ) -- end nvl
11534: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11535: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_RAW_COST
11536: , ROUND (
11537: NVL (
11538: DECODE (
11539: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11551: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11547: , '0-1' , fact.ACT_REVENUE
11548: , '1-1' , fact.ACT_REVENUE
11549: , 0 ) -- end decode
11550: , 0 ) -- end nvl
11551: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11552: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
11553: , ROUND (
11554: NVL (
11555: DECODE (

Line 11552: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE

11548: , '1-1' , fact.ACT_REVENUE
11549: , 0 ) -- end decode
11550: , 0 ) -- end nvl
11551: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11552: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_REVENUE
11553: , ROUND (
11554: NVL (
11555: DECODE (
11556: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11568: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11564: , '0-1' , fact.ACT_LABOR_RAW_COST
11565: , '1-1' , fact.ACT_LABOR_RAW_COST
11566: , 0 ) -- end decode
11567: , 0 ) -- end nvl
11568: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11569: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
11570: , ROUND (
11571: NVL (
11572: DECODE (

Line 11569: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST

11565: , '1-1' , fact.ACT_LABOR_RAW_COST
11566: , 0 ) -- end decode
11567: , 0 ) -- end nvl
11568: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11569: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_LABOR_RAW_COST
11570: , ROUND (
11571: NVL (
11572: DECODE (
11573: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11585: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11581: , '0-1' , fact.ACT_EQUIP_RAW_COST
11582: , '1-1' , fact.ACT_EQUIP_RAW_COST
11583: , 0 ) -- end decode
11584: , 0 ) -- end nvl
11585: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11586: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
11587: , ROUND (
11588: NVL (
11589: DECODE (

Line 11586: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST

11582: , '1-1' , fact.ACT_EQUIP_RAW_COST
11583: , 0 ) -- end decode
11584: , 0 ) -- end nvl
11585: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11586: * PJI_UTILS.GET_MAU (fact.currency_code) ACT_EQUIP_RAW_COST
11587: , ROUND (
11588: NVL (
11589: DECODE (
11590: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11602: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11598: , '0-1' , fact.ETC_LABOR_HRS
11599: , '1-1' , fact.ETC_LABOR_HRS
11600: , 0 ) -- end decode
11601: , 0 ) -- end nvl
11602: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11603: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
11604: , ROUND (
11605: NVL (
11606: DECODE (

Line 11603: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS

11599: , '1-1' , fact.ETC_LABOR_HRS
11600: , 0 ) -- end decode
11601: , 0 ) -- end nvl
11602: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11603: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_HRS
11604: , ROUND (
11605: NVL (
11606: DECODE (
11607: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11619: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11615: , '0-1' , fact.ETC_EQUIP_HRS
11616: , '1-1' , fact.ETC_EQUIP_HRS
11617: , 0 ) -- end decode
11618: , 0 ) -- end nvl
11619: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11620: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
11621: , ROUND (
11622: NVL (
11623: DECODE (

Line 11620: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS

11616: , '1-1' , fact.ETC_EQUIP_HRS
11617: , 0 ) -- end decode
11618: , 0 ) -- end nvl
11619: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11620: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_HRS
11621: , ROUND (
11622: NVL (
11623: DECODE (
11624: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11636: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11632: , '0-1' , fact.ETC_LABOR_BRDN_COST
11633: , '1-1' , fact.ETC_LABOR_BRDN_COST
11634: , 0 ) -- end decode
11635: , 0 ) -- end nvl
11636: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11637: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
11638: , ROUND (
11639: NVL (
11640: DECODE (

Line 11637: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST

11633: , '1-1' , fact.ETC_LABOR_BRDN_COST
11634: , 0 ) -- end decode
11635: , 0 ) -- end nvl
11636: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11637: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_BRDN_COST
11638: , ROUND (
11639: NVL (
11640: DECODE (
11641: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11653: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11649: , '0-1' , fact.ETC_EQUIP_BRDN_COST
11650: , '1-1' , fact.ETC_EQUIP_BRDN_COST
11651: , 0 ) -- end decode
11652: , 0 ) -- end nvl
11653: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11654: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
11655: , ROUND (
11656: NVL (
11657: DECODE (

Line 11654: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST

11650: , '1-1' , fact.ETC_EQUIP_BRDN_COST
11651: , 0 ) -- end decode
11652: , 0 ) -- end nvl
11653: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11654: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_BRDN_COST
11655: , ROUND (
11656: NVL (
11657: DECODE (
11658: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11670: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11666: , '0-1' , fact.ETC_BRDN_COST
11667: , '1-1' , fact.ETC_BRDN_COST
11668: , 0 ) -- end decode
11669: , 0 ) -- end nvl
11670: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11671: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
11672: , ROUND (
11673: NVL (
11674: DECODE (

Line 11671: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST

11667: , '1-1' , fact.ETC_BRDN_COST
11668: , 0 ) -- end decode
11669: , 0 ) -- end nvl
11670: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11671: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_BRDN_COST
11672: , ROUND (
11673: NVL (
11674: DECODE (
11675: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11687: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11683: , '0-1' , fact.ETC_RAW_COST
11684: , '1-1' , fact.ETC_RAW_COST
11685: , 0 ) -- end decode
11686: , 0 ) -- end nvl
11687: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11688: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
11689: , ROUND (
11690: NVL (
11691: DECODE (

Line 11688: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST

11684: , '1-1' , fact.ETC_RAW_COST
11685: , 0 ) -- end decode
11686: , 0 ) -- end nvl
11687: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11688: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_RAW_COST
11689: , ROUND (
11690: NVL (
11691: DECODE (
11692: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11704: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11700: , '0-1' , fact.ETC_LABOR_RAW_COST
11701: , '1-1' , fact.ETC_LABOR_RAW_COST
11702: , 0 ) -- end decode
11703: , 0 ) -- end nvl
11704: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11705: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
11706: , ROUND (
11707: NVL (
11708: DECODE (

Line 11705: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST

11701: , '1-1' , fact.ETC_LABOR_RAW_COST
11702: , 0 ) -- end decode
11703: , 0 ) -- end nvl
11704: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11705: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_LABOR_RAW_COST
11706: , ROUND (
11707: NVL (
11708: DECODE (
11709: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11721: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11717: , '0-1' , fact.ETC_EQUIP_RAW_COST
11718: , '1-1' , fact.ETC_EQUIP_RAW_COST
11719: , 0 ) -- end decode
11720: , 0 ) -- end nvl
11721: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11722: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
11723: , ROUND (
11724: NVL (
11725: DECODE (

Line 11722: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST

11718: , '1-1' , fact.ETC_EQUIP_RAW_COST
11719: , 0 ) -- end decode
11720: , 0 ) -- end nvl
11721: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11722: * PJI_UTILS.GET_MAU (fact.currency_code) ETC_EQUIP_RAW_COST
11723: , ROUND (
11724: NVL (
11725: DECODE (
11726: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11738: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11734: , '0-1' , fact.custom1
11735: , '1-1' , fact.custom1
11736: , 0 ) -- end decode
11737: , 0 ) -- end nvl
11738: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11739: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
11740: , ROUND (
11741: NVL (
11742: DECODE (

Line 11739: * PJI_UTILS.GET_MAU (fact.currency_code) custom1

11735: , '1-1' , fact.custom1
11736: , 0 ) -- end decode
11737: , 0 ) -- end nvl
11738: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11739: * PJI_UTILS.GET_MAU (fact.currency_code) custom1
11740: , ROUND (
11741: NVL (
11742: DECODE (
11743: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11755: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11751: , '0-1' , fact.custom2
11752: , '1-1' , fact.custom2
11753: , 0 ) -- end decode
11754: , 0 ) -- end nvl
11755: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11756: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
11757: , ROUND (
11758: NVL (
11759: DECODE (

Line 11756: * PJI_UTILS.GET_MAU (fact.currency_code) custom2

11752: , '1-1' , fact.custom2
11753: , 0 ) -- end decode
11754: , 0 ) -- end nvl
11755: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11756: * PJI_UTILS.GET_MAU (fact.currency_code) custom2
11757: , ROUND (
11758: NVL (
11759: DECODE (
11760: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11772: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11768: , '0-1' , fact.custom3
11769: , '1-1' , fact.custom3
11770: , 0 ) -- end decode
11771: , 0 ) -- end nvl
11772: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11773: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
11774: , ROUND (
11775: NVL (
11776: DECODE (

Line 11773: * PJI_UTILS.GET_MAU (fact.currency_code) custom3

11769: , '1-1' , fact.custom3
11770: , 0 ) -- end decode
11771: , 0 ) -- end nvl
11772: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11773: * PJI_UTILS.GET_MAU (fact.currency_code) custom3
11774: , ROUND (
11775: NVL (
11776: DECODE (
11777: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11789: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11785: , '0-1' , fact.custom4
11786: , '1-1' , fact.custom4
11787: , 0 ) -- end decode
11788: , 0 ) -- end nvl
11789: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11790: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
11791: , ROUND (
11792: NVL (
11793: DECODE (

Line 11790: * PJI_UTILS.GET_MAU (fact.currency_code) custom4

11786: , '1-1' , fact.custom4
11787: , 0 ) -- end decode
11788: , 0 ) -- end nvl
11789: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11790: * PJI_UTILS.GET_MAU (fact.currency_code) custom4
11791: , ROUND (
11792: NVL (
11793: DECODE (
11794: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11806: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11802: , '0-1' , fact.custom5
11803: , '1-1' , fact.custom5
11804: , 0 ) -- end decode
11805: , 0 ) -- end nvl
11806: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11807: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
11808: , ROUND (
11809: NVL (
11810: DECODE (

Line 11807: * PJI_UTILS.GET_MAU (fact.currency_code) custom5

11803: , '1-1' , fact.custom5
11804: , 0 ) -- end decode
11805: , 0 ) -- end nvl
11806: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11807: * PJI_UTILS.GET_MAU (fact.currency_code) custom5
11808: , ROUND (
11809: NVL (
11810: DECODE (
11811: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11823: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11819: , '0-1' , fact.custom6
11820: , '1-1' , fact.custom6
11821: , 0 ) -- end decode
11822: , 0 ) -- end nvl
11823: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11824: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
11825: , ROUND (
11826: NVL (
11827: DECODE (

Line 11824: * PJI_UTILS.GET_MAU (fact.currency_code) custom6

11820: , '1-1' , fact.custom6
11821: , 0 ) -- end decode
11822: , 0 ) -- end nvl
11823: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11824: * PJI_UTILS.GET_MAU (fact.currency_code) custom6
11825: , ROUND (
11826: NVL (
11827: DECODE (
11828: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11840: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11836: , '0-1' , fact.custom7
11837: , '1-1' , fact.custom7
11838: , 0 ) -- end decode
11839: , 0 ) -- end nvl
11840: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11841: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
11842: , ROUND (
11843: NVL (
11844: DECODE (

Line 11841: * PJI_UTILS.GET_MAU (fact.currency_code) custom7

11837: , '1-1' , fact.custom7
11838: , 0 ) -- end decode
11839: , 0 ) -- end nvl
11840: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11841: * PJI_UTILS.GET_MAU (fact.currency_code) custom7
11842: , ROUND (
11843: NVL (
11844: DECODE (
11845: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11857: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11853: , '0-1' , fact.custom8
11854: , '1-1' , fact.custom8
11855: , 0 ) -- end decode
11856: , 0 ) -- end nvl
11857: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11858: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
11859: , ROUND (
11860: NVL (
11861: DECODE (

Line 11858: * PJI_UTILS.GET_MAU (fact.currency_code) custom8

11854: , '1-1' , fact.custom8
11855: , 0 ) -- end decode
11856: , 0 ) -- end nvl
11857: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11858: * PJI_UTILS.GET_MAU (fact.currency_code) custom8
11859: , ROUND (
11860: NVL (
11861: DECODE (
11862: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11874: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11870: , '0-1' , fact.custom9
11871: , '1-1' , fact.custom9
11872: , 0 ) -- end decode
11873: , 0 ) -- end nvl
11874: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11875: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
11876: , ROUND (
11877: NVL (
11878: DECODE (

Line 11875: * PJI_UTILS.GET_MAU (fact.currency_code) custom9

11871: , '1-1' , fact.custom9
11872: , 0 ) -- end decode
11873: , 0 ) -- end nvl
11874: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11875: * PJI_UTILS.GET_MAU (fact.currency_code) custom9
11876: , ROUND (
11877: NVL (
11878: DECODE (
11879: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11891: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11887: , '0-1' , fact.custom10
11888: , '1-1' , fact.custom10
11889: , 0 ) -- end decode
11890: , 0 ) -- end nvl
11891: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11892: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
11893: , ROUND (
11894: NVL (
11895: DECODE (

Line 11892: * PJI_UTILS.GET_MAU (fact.currency_code) custom10

11888: , '1-1' , fact.custom10
11889: , 0 ) -- end decode
11890: , 0 ) -- end nvl
11891: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11892: * PJI_UTILS.GET_MAU (fact.currency_code) custom10
11893: , ROUND (
11894: NVL (
11895: DECODE (
11896: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11908: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11904: , '0-1' , fact.custom11
11905: , '1-1' , fact.custom11
11906: , 0 ) -- end decode
11907: , 0 ) -- end nvl
11908: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11909: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
11910: , ROUND (
11911: NVL (
11912: DECODE (

Line 11909: * PJI_UTILS.GET_MAU (fact.currency_code) custom11

11905: , '1-1' , fact.custom11
11906: , 0 ) -- end decode
11907: , 0 ) -- end nvl
11908: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11909: * PJI_UTILS.GET_MAU (fact.currency_code) custom11
11910: , ROUND (
11911: NVL (
11912: DECODE (
11913: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11925: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11921: , '0-1' , fact.custom12
11922: , '1-1' , fact.custom12
11923: , 0 ) -- end decode
11924: , 0 ) -- end nvl
11925: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11926: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
11927: , ROUND (
11928: NVL (
11929: DECODE (

Line 11926: * PJI_UTILS.GET_MAU (fact.currency_code) custom12

11922: , '1-1' , fact.custom12
11923: , 0 ) -- end decode
11924: , 0 ) -- end nvl
11925: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11926: * PJI_UTILS.GET_MAU (fact.currency_code) custom12
11927: , ROUND (
11928: NVL (
11929: DECODE (
11930: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11942: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11938: , '0-1' , fact.custom13
11939: , '1-1' , fact.custom13
11940: , 0 ) -- end decode
11941: , 0 ) -- end nvl
11942: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11943: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
11944: , ROUND (
11945: NVL (
11946: DECODE (

Line 11943: * PJI_UTILS.GET_MAU (fact.currency_code) custom13

11939: , '1-1' , fact.custom13
11940: , 0 ) -- end decode
11941: , 0 ) -- end nvl
11942: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11943: * PJI_UTILS.GET_MAU (fact.currency_code) custom13
11944: , ROUND (
11945: NVL (
11946: DECODE (
11947: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11959: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11955: , '0-1' , fact.custom14
11956: , '1-1' , fact.custom14
11957: , 0 ) -- end decode
11958: , 0 ) -- end nvl
11959: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11960: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
11961: , ROUND (
11962: NVL (
11963: DECODE (

Line 11960: * PJI_UTILS.GET_MAU (fact.currency_code) custom14

11956: , '1-1' , fact.custom14
11957: , 0 ) -- end decode
11958: , 0 ) -- end nvl
11959: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11960: * PJI_UTILS.GET_MAU (fact.currency_code) custom14
11961: , ROUND (
11962: NVL (
11963: DECODE (
11964: ( sign (fact.start_date - pa_cal.start_date) || sign (fact.end_date - pa_cal.end_date) )

Line 11976: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round

11972: , '0-1' , fact.custom15
11973: , '1-1' , fact.custom15
11974: , 0 ) -- end decode
11975: , 0 ) -- end nvl
11976: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11977: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
11978: , 'CF' line_type
11979: , NULL time_dangling_flag
11980: , NULL rate_dangling_flag

Line 11977: * PJI_UTILS.GET_MAU (fact.currency_code) custom15

11973: , '1-1' , fact.custom15
11974: , 0 ) -- end decode
11975: , 0 ) -- end nvl
11976: / PJI_UTILS.GET_MAU (fact.currency_code) ) -- end round
11977: * PJI_UTILS.GET_MAU (fact.currency_code) custom15
11978: , 'CF' line_type
11979: , NULL time_dangling_flag
11980: , NULL rate_dangling_flag
11981: FROM pji_fp_aggr_pjp1_t fact