DBA Data[Home] [Help]

APPS.PA_RETENTION_UTIL dependencies on FND_GLOBAL

Line 816: fnd_global.user_id,

812: retn_rec.retention_percentage,
813: retn_rec.retention_amount,
814: retn_rec.threshold_amount,
815: sysdate,
816: fnd_global.user_id,
817: sysdate,
818: fnd_global.user_id,
819: retn_rec.revenue_category_code);
820:

Line 818: fnd_global.user_id,

814: retn_rec.threshold_amount,
815: sysdate,
816: fnd_global.user_id,
817: sysdate,
818: fnd_global.user_id,
819: retn_rec.revenue_category_code);
820:
821: else
822: l_to_task_id := NULL;

Line 860: fnd_global.user_id,

856: retn_rec.retention_percentage,
857: retn_rec.retention_amount,
858: retn_rec.threshold_amount,
859: sysdate,
860: fnd_global.user_id,
861: sysdate,
862: fnd_global.user_id,
863: retn_rec.revenue_category_code);
864:

Line 862: fnd_global.user_id,

858: retn_rec.threshold_amount,
859: sysdate,
860: fnd_global.user_id,
861: sysdate,
862: fnd_global.user_id,
863: retn_rec.revenue_category_code);
864:
865: end if;
866:

Line 927: fnd_global.user_id,

923: bill_rec.client_extension_flag,
924: bill_rec.retn_billing_percentage,
925: bill_rec.retn_billing_amount,
926: sysdate,
927: fnd_global.user_id,
928: sysdate,
929: fnd_global.user_id );
930:
931: END LOOP;

Line 929: fnd_global.user_id );

925: bill_rec.retn_billing_amount,
926: sysdate,
927: fnd_global.user_id,
928: sysdate,
929: fnd_global.user_id );
930:
931: END LOOP;
932:
933: