DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_SETS_OF_BOOKS

Line 731: FROM gl_sets_of_books glsob

727:
728: CURSOR c_sbc_enabled IS
729: SELECT glsob.enable_budgetary_control_flag
730: ,glsob.chart_of_accounts_id
731: FROM gl_sets_of_books glsob
732: WHERE glsob.set_of_books_id = p_sobid ;
733:
734: CURSOR c_sbc_encumbrances IS
735: SELECT req_encumbrance_type_id,

Line 1047: gl_sets_of_books gb,

1043: gp.quarter_num
1044: FROM gl_period_statuses gps,
1045: gl_periods gp,
1046: gl_period_statuses pos,
1047: gl_sets_of_books gb,
1048: fnd_application gl,
1049: fnd_application po
1050: WHERE gb.set_of_books_id = p_sobid
1051: AND gp.period_set_name = gb.period_set_name

Line 1982: gl_sets_of_books glsob,

1978: prl.reference_num,
1979: SUBSTR(prl.item_description,1,25) || '-Year End Process, Adjust Requisition Encumbrance entry'
1980: FROM
1981: fnd_currencies base_cur,
1982: gl_sets_of_books glsob,
1983: financials_system_parameters fsp,
1984: po_requisition_lines prl,
1985: po_req_distributions prd,
1986: po_requisition_headers prh,

Line 2216: gl_sets_of_books glsob,

2212: prl.reference_num,
2213: SUBSTR(prl.item_description,1,25) || '-Year End Process, Adjust Requisition Encumbrance entry'
2214: FROM
2215: fnd_currencies base_cur,
2216: gl_sets_of_books glsob,
2217: financials_system_parameters fsp,
2218: po_requisition_lines prl,
2219: po_req_distributions prd,
2220: po_requisition_headers prh,

Line 2450: gl_sets_of_books glsob,

2446: prl.reference_num,
2447: SUBSTR(prl.item_description,1,25) || '-Year End Process, Adjust Requisition Encumbrance entry'
2448: FROM
2449: fnd_currencies base_cur,
2450: gl_sets_of_books glsob,
2451: financials_system_parameters fsp,
2452: po_requisition_lines prl,
2453: po_req_distributions prd,
2454: po_requisition_headers prh,

Line 2671: gl_sets_of_books glsob,

2667: prl.reference_num,
2668: SUBSTR(prl.item_description,1,25) || '-Year End Process, Adjust Requisition Encumbrance entry'
2669: FROM
2670: fnd_currencies base_cur,
2671: gl_sets_of_books glsob,
2672: financials_system_parameters fsp,
2673: po_requisition_lines prl,
2674: po_req_distributions prd,
2675: po_requisition_headers prh,

Line 2869: gl_sets_of_books glsob,

2865: NULL,
2866: SUBSTR(pol.item_description,1,25) || '-Year End Process, Adjust Planned PO Encumbrance entry'
2867: FROM
2868: fnd_currencies base_cur,
2869: gl_sets_of_books glsob,
2870: financials_system_parameters fsp,
2871: po_headers poh,
2872: po_line_locations poll,
2873: po_line_locations prll,

Line 3063: gl_sets_of_books glsob,

3059: NULL,
3060: SUBSTR(pol.item_description,1,25) || '-Year End Process, Adjust Planned PO Encumbrance entry'
3061: FROM
3062: fnd_currencies base_cur,
3063: gl_sets_of_books glsob,
3064: financials_system_parameters fsp,
3065: po_headers poh,
3066: po_line_locations poll,
3067: po_line_locations prll,