DBA Data[Home] [Help]

APPS.GMS_COST_PLUS_EXTN dependencies on PA_IMPLEMENTATIONS

Line 6: g_set_of_books_id pa_implementations_all.set_of_books_id%type;

2: /* $Header: gmscpexb.pls 120.21.12020000.4 2012/10/16 13:51:42 navemish ship $ */
3:
4:
5: -- Global Variable : Used in create_burden_adjustments and function calc_exp_burden
6: g_set_of_books_id pa_implementations_all.set_of_books_id%type;
7: g_request_id gms_bc_packets.request_id%type;
8:
9: -- Used in update_bc_pkt_burden_raw_cost
10: g_actual_flag varchar2(1);

Line 1130: from pa_implementations;

1126:
1127: If g_set_of_books_id is null then
1128: Select set_of_books_id
1129: into g_set_of_books_id
1130: from pa_implementations;
1131: End If;
1132:
1133: -- Get top_task_id
1134: l_stage := 'Derive Top Task';