DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on FND_PROFILE

Line 770: g_constraint_set_id := fnd_profile.value('PSB_DEFAULT_CONSTRAINT_SET_BUDGET_REVISIONS');

766: g_effective_start_date := c_Budget_Revision_Rec.effective_start_date;
767: g_effective_end_date := c_Budget_Revision_Rec.effective_end_date;
768: g_parameter_set_id := c_Budget_Revision_Rec.parameter_set_id;
769: /* For Bug No. 2810621 Start */
770: g_constraint_set_id := fnd_profile.value('PSB_DEFAULT_CONSTRAINT_SET_BUDGET_REVISIONS');
771: /* For Bug No. 2810621 End */
772: g_freeze_flag := c_Budget_Revision_Rec.freeze_flag;
773: g_base_line_revision := c_Budget_Revision_Rec.base_line_revision;
774: g_approval_orig_system := c_Budget_Revision_Rec.approval_orig_system;

Line 869: FND_PROFILE.GET(name => 'PSB_CREATE_ZERO_BALANCE_ACCT',

865: g_set_of_books_name := c_Sob_Rec.name;
866: g_budgetary_control := c_Sob_Rec.enable_budgetary_control_flag;
867: end loop;
868:
869: FND_PROFILE.GET(name => 'PSB_CREATE_ZERO_BALANCE_ACCT',
870: val => g_create_zero_bal);
871:
872: if g_create_zero_bal is null then
873: g_create_zero_bal := 'Y';

Line 11743: FND_PROFILE.GET

11739: AND pbrp.position_id = pbra.position_id;
11740:
11741: BEGIN
11742:
11743: FND_PROFILE.GET
11744: (name => 'PSB_EDIT_CREATE_NOTES',
11745: val => l_change_note);
11746:
11747: if nvl(l_change_note, 'Y') = 'Y' then