DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_SETS_OF_BOOKS

Line 732: FROM gl_sets_of_books glsob

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

Line 1048: gl_sets_of_books gb,

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

Line 1983: gl_sets_of_books glsob,

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

Line 2217: gl_sets_of_books glsob,

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

Line 2451: gl_sets_of_books glsob,

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

Line 2672: gl_sets_of_books glsob,

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

Line 2870: gl_sets_of_books glsob,

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

Line 3064: gl_sets_of_books glsob,

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