DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on GMS_TRANSACTIONS_PUB

Line 1137: gms_transactions_pub.validate_transaction

1133:
1134: -- GMS is enabled, PATC validation went fine
1135: if l_award_id is not null and l_patc_status is null
1136: then
1137: gms_transactions_pub.validate_transaction
1138: (l_project_id,
1139: l_task_id,
1140: l_award_id,
1141: l_expenditure_type,

Line 1668: gms_transactions_pub.validate_transaction

1664: -- dbms_output.put_line('patc stat 2 '|| l_patc_status);
1665: -- GMS is enabled and PATC validation went through
1666: if l_award_id is not null and l_patc_status is null
1667: then
1668: gms_transactions_pub.validate_transaction
1669: (l_project_id,
1670: l_task_id,
1671: l_award_id,
1672: l_expenditure_type,

Line 2255: gms_transactions_pub.validate_transaction

2251: -- dbms_output.put_line('patc stat 3 '|| l_patc_status);
2252: -- GMS is enabled and PATC went through
2253: if l_award_id is not null and l_patc_status is null
2254: then
2255: gms_transactions_pub.validate_transaction
2256: (l_project_id,
2257: l_task_id,
2258: l_award_id,
2259: l_expenditure_type,

Line 2801: gms_transactions_pub.validate_transaction

2797: -- dbms_output.put_line('patc stat 4 '|| l_patc_status|| ' p_eff_date='||p_effective_date);
2798: -- GMS is enabled and patc went through
2799: if l_award_id is not null and l_patc_status is null
2800: then
2801: gms_transactions_pub.validate_transaction
2802: (l_project_id,
2803: l_task_id,
2804: l_award_id,
2805: l_expenditure_type,

Line 3350: gms_transactions_pub.validate_transaction

3346: -- dbms_output.put_line('patc stat 5 '|| l_patc_status);
3347: -- GMS is enabled and patc went through
3348: if l_award_id is not null and l_patc_status is null
3349: then
3350: gms_transactions_pub.validate_transaction
3351: (l_project_id,
3352: l_task_id,
3353: l_award_id,
3354: l_expenditure_type,

Line 3830: gms_transactions_pub.validate_transaction

3826: -- dbms_output.put_line('patc stat 6 '|| l_patc_status);
3827: -- GMS is enabled and patc went through
3828: if l_award_id is not null and l_patc_status is null
3829: then
3830: gms_transactions_pub.validate_transaction
3831: (l_project_id,
3832: l_task_id,
3833: l_award_id,
3834: l_expenditure_type,

Line 4405: gms_transactions_pub.validate_transaction

4401: -- dbms_output.put_line('patc stat 7 '|| l_patc_status);
4402: -- GMS is enabled and patc went fine
4403: if l_award_id is not null and l_patc_status is null
4404: then
4405: gms_transactions_pub.validate_transaction
4406: (l_project_id,
4407: l_task_id,
4408: l_award_id,
4409: l_expenditure_type,

Line 4850: gms_transactions_pub.validate_transaction

4846: -- dbms_output.put_line('patc stat 8 '|| l_patc_status);
4847: -- GMS is enabled and patc went through
4848: if p_award_id is not null and l_patc_status is null
4849: then
4850: gms_transactions_pub.validate_transaction
4851: (p_project_id,
4852: p_task_id,
4853: p_award_id,
4854: l_new_expenditure_type,

Line 5558: gms_transactions_pub.validate_transaction

5554: x_billable_flag => l_billable_flag,
5555: p_sys_link_function => 'ST');
5556:
5557: IF ((p_or_award_id IS NOT NULL) AND (l_patc_status IS NULL)) THEN
5558: gms_transactions_pub.validate_transaction
5559: (p_or_project_id,
5560: p_or_task_id,
5561: p_or_award_id,
5562: p_or_expenditure_type,

Line 6300: gms_transactions_pub.validate_transaction

6296:
6297: -- GMS is enabled, PATC validation went fine
6298: if autopop_exc_rec.award_id is not null and l_patc_status is null
6299: then
6300: gms_transactions_pub.validate_transaction
6301: (autopop_exc_rec.project_id,
6302: autopop_exc_rec.task_id,
6303: autopop_exc_rec.award_id,
6304: l_new_expenditure_type,

Line 6628: gms_transactions_pub.validate_transaction

6624:
6625: -- GMS is enabled, PATC validation went fine
6626: if autopop_odls_rec.award_id is not null and l_patc_status is null
6627: then
6628: gms_transactions_pub.validate_transaction
6629: (autopop_odls_rec.project_id,
6630: autopop_odls_rec.task_id,
6631: autopop_odls_rec.award_id,
6632: l_new_expenditure_type,

Line 7421: gms_transactions_pub.validate_transaction

7417: hr_utility.trace(
7418: 'CDL program --> apply_salary_cap --> Excess account Suspense l_patc ='||l_patc_status);
7419: if check_excess_poeta_rec.cap_excess_award_id is not null and l_patc_status is null
7420: then
7421: gms_transactions_pub.validate_transaction
7422: (check_excess_poeta_rec.cap_excess_project_id,
7423: check_excess_poeta_rec.cap_excess_task_id,
7424: check_excess_poeta_rec.cap_excess_award_id,
7425: check_excess_poeta_rec.cap_excess_exp_type,

Line 7725: gms_transactions_pub.validate_transaction

7721:
7722:
7723: if autopop_exc_rec.award_id is not null and l_patc_status is null
7724: then
7725: gms_transactions_pub.validate_transaction
7726: (autopop_exc_rec.project_id,
7727: autopop_exc_rec.task_id,
7728: autopop_exc_rec.award_id,
7729: l_new_expenditure_type,

Line 8191: gms_transactions_pub.validate_transaction

8187:
8188:
8189: if t_award_id(i) is not null and l_patc_status is null
8190: then
8191: gms_transactions_pub.validate_transaction
8192: (t_project_id(i),
8193: t_task_id(i),
8194: t_award_id(i),
8195: l_new_expenditure_type,