DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on DUAL

Line 637: from dual

633: CURSOR l_budgetary_controls_csr(p_project_id IN NUMBER,
634: p_award_id IN NUMBER)
635: IS
636: select 1
637: from dual
638: where exists(
639: select 'x'
640: from gms_budgetary_controls
641: where project_id = p_project_id

Line 2408: from sys.dual;

2404: p_pm_product_code,
2405: p_pm_budget_reference,
2406: NULL,
2407: l_first_budget_period -- Bug 3104308
2408: from sys.dual;
2409:
2410: ----------------------------------------------------------------------------------------------
2411:
2412: -- temporary solution

Line 4866: from sys.dual;

4862: || '>';
4863:
4864: select gms_resource_assignments_s.nextval
4865: into l_resource_assignment_id
4866: from sys.dual;
4867:
4868: -- dbms_output.put_line('GMS_BUDGET_PUB.ADD_BUDGET_LINE - after selecting from sequence');
4869:
4870: -- create a new resource assignment