DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on GL_CODE_COMBINATIONS

Line 627: from GL_CODE_COMBINATIONS b,

623: cursor c_ccids is
624: select a.code_combination_id,
625: b.start_date_active,
626: b.end_date_active
627: from GL_CODE_COMBINATIONS b,
628: PSB_BUDGET_ACCOUNTS a
629: where b.enabled_flag = 'Y'
630: /* Bug 3692601 Start */
631: AND b.detail_budgeting_allowed_flag = 'Y'

Line 834: from GL_CODE_COMBINATIONS

830:
831: cursor c_CCID is
832: select start_date_active,
833: end_date_active
834: from GL_CODE_COMBINATIONS
835: where code_combination_id = l_ccid;
836:
837: cursor c_sp_seq is
838: select psb_service_packages_s.nextval ServicePackageID

Line 2213: GL_CODE_COMBINATIONS_PKG.Select_Columns

2209: /* Bug 3305778 End */
2210:
2211: begin
2212:
2213: GL_CODE_COMBINATIONS_PKG.Select_Columns
2214: (X_code_combination_id => l_ccid,
2215: X_account_type => l_account_type,
2216: X_template_id => l_template_id);
2217:

Line 2625: from GL_CODE_COMBINATIONS

2621: --
2622: cursor c_CCID is
2623: select start_date_active,
2624: end_date_active
2625: from GL_CODE_COMBINATIONS
2626: where code_combination_id = l_ccid;
2627: --
2628: cursor c_Stage is
2629: select Max(sequence_number) sequence_number

Line 5750: from gl_code_combinations

5746: ) RETURN NUMBER IS
5747:
5748: cursor c_Account_types is
5749: select distinct account_type
5750: from gl_code_combinations
5751: where code_combination_id = p_ccid;
5752:
5753: BEGIN
5754: