DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on AMS_SOURCECODE_PVT

Line 445: ams_sourcecode_pvt.get_source_code(

441:
442: IF p_fund_rec.fund_number IS NULL THEN
443: IF p_fund_rec.parent_fund_id IS NULL THEN
444: /*l_fund_rec.fund_number :=
445: ams_sourcecode_pvt.get_source_code(
446: p_category_id => p_fund_rec.category_id
447: ,p_arc_object_for => 'FUND');*/
448: l_valid_flag := 1;
449: WHILE l_valid_flag <> 0 LOOP

Line 451: ams_sourcecode_pvt.get_source_code(

447: ,p_arc_object_for => 'FUND');*/
448: l_valid_flag := 1;
449: WHILE l_valid_flag <> 0 LOOP
450: l_fund_rec.fund_number :=
451: ams_sourcecode_pvt.get_source_code(
452: p_category_id => p_fund_rec.category_id
453: ,p_arc_object_for => 'FUND');
454:
455: OPEN c_prog_fund_number (l_fund_rec.fund_number);

Line 5549: ams_sourcecode_pvt.get_source_code(

5545: IF l_fund_rec.fund_type = 'FULLY_ACCRUED' THEN
5546: -- to fix bug 3240787
5547: IF l_fund_rec.parent_fund_id IS NULL THEN
5548: l_fund_rec.fund_number :=
5549: ams_sourcecode_pvt.get_source_code(
5550: p_category_id => l_fund_rec.category_id
5551: ,p_arc_object_for => 'FUND');
5552: ELSE
5553: get_child_source_code(