DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on AMS_SOURCECODE_PVT

Line 437: ams_sourcecode_pvt.get_source_code(

433:
434: IF p_fund_rec.fund_number IS NULL THEN
435: IF p_fund_rec.parent_fund_id IS NULL THEN
436: /*l_fund_rec.fund_number :=
437: ams_sourcecode_pvt.get_source_code(
438: p_category_id => p_fund_rec.category_id
439: ,p_arc_object_for => 'FUND');*/
440: l_valid_flag := 1;
441: WHILE l_valid_flag <> 0 LOOP

Line 443: ams_sourcecode_pvt.get_source_code(

439: ,p_arc_object_for => 'FUND');*/
440: l_valid_flag := 1;
441: WHILE l_valid_flag <> 0 LOOP
442: l_fund_rec.fund_number :=
443: ams_sourcecode_pvt.get_source_code(
444: p_category_id => p_fund_rec.category_id
445: ,p_arc_object_for => 'FUND');
446:
447: OPEN c_prog_fund_number (l_fund_rec.fund_number);

Line 5147: ams_sourcecode_pvt.get_source_code(

5143: IF l_fund_rec.fund_type = 'FULLY_ACCRUED' THEN
5144: -- to fix bug 3240787
5145: IF l_fund_rec.parent_fund_id IS NULL THEN
5146: l_fund_rec.fund_number :=
5147: ams_sourcecode_pvt.get_source_code(
5148: p_category_id => l_fund_rec.category_id
5149: ,p_arc_object_for => 'FUND');
5150: ELSE
5151: get_child_source_code(