DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKE_FUNDINGALLOCATION_PVT

Line 2464: -- OKE_FUNDINGALLOCATION_PVT.insert_row

2460: -- Description: This procedure is used to insert record in OKE_K_FUND_ALLOCATIONS table
2461: --
2462: -- Calling subprograms: OKE_API.start_activity
2463: -- OKE_API.end_activity
2464: -- OKE_FUNDINGALLOCATION_PVT.insert_row
2465: -- null_allocation_out
2466: -- validate_attributes
2467: -- validate_record
2468: --

Line 2549: --dbms_output.put_line('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');

2545:
2546: l_fund_allocation_id := get_fund_allocation_id;
2547: p_allocation_out_rec.fund_allocation_id := l_fund_allocation_id;
2548:
2549: --dbms_output.put_line('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2550: --oke_debug.debug('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2551:
2552: OKE_FUNDINGALLOCATION_PVT.insert_row(X_Rowid => l_rowid ,
2553: X_Fund_Allocation_Id => l_fund_allocation_id ,

Line 2550: --oke_debug.debug('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');

2546: l_fund_allocation_id := get_fund_allocation_id;
2547: p_allocation_out_rec.fund_allocation_id := l_fund_allocation_id;
2548:
2549: --dbms_output.put_line('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2550: --oke_debug.debug('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2551:
2552: OKE_FUNDINGALLOCATION_PVT.insert_row(X_Rowid => l_rowid ,
2553: X_Fund_Allocation_Id => l_fund_allocation_id ,
2554: X_Funding_Source_Id => l_allocation_in_rec.funding_source_id ,

Line 2552: OKE_FUNDINGALLOCATION_PVT.insert_row(X_Rowid => l_rowid ,

2548:
2549: --dbms_output.put_line('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2550: --oke_debug.debug('calling oke_fundingallocation_pvt.insert_row from oke_allocation_pvt');
2551:
2552: OKE_FUNDINGALLOCATION_PVT.insert_row(X_Rowid => l_rowid ,
2553: X_Fund_Allocation_Id => l_fund_allocation_id ,
2554: X_Funding_Source_Id => l_allocation_in_rec.funding_source_id ,
2555: X_Object_Id => l_allocation_in_rec.object_id ,
2556: X_K_Line_Id => l_allocation_in_rec.k_line_id ,

Line 2667: -- OKE_FUNDINGALLOCATION_PVT.update_allocation

2663: --
2664: -- Calling subprograms: OKE_API.start_activity
2665: -- OKE_API.end_activity
2666: -- allowable_changes
2667: -- OKE_FUNDINGALLOCATION_PVT.update_allocation
2668: -- validate_fund_allocation_id
2669: -- validate_populate_rec
2670: -- validate_attributes
2671: -- validate_record

Line 2794: -- Call OKE_FUNDINGALLOCATION_PVT.update_row

2790:
2791: END IF;
2792: */
2793: --
2794: -- Call OKE_FUNDINGALLOCATION_PVT.update_row
2795: --
2796:
2797: --dbms_output.put_line('calling oke_fundingallocation_pvt.update_row');
2798: --oke_debug.debug('calling oke_fundingallocation_pvt.update_row');

Line 2797: --dbms_output.put_line('calling oke_fundingallocation_pvt.update_row');

2793: --
2794: -- Call OKE_FUNDINGALLOCATION_PVT.update_row
2795: --
2796:
2797: --dbms_output.put_line('calling oke_fundingallocation_pvt.update_row');
2798: --oke_debug.debug('calling oke_fundingallocation_pvt.update_row');
2799:
2800: OKE_FUNDINGALLOCATION_PVT.update_row(X_Fund_Allocation_Id => l_allocation_in_rec.fund_allocation_id ,
2801: X_Amount => l_allocation_in_rec.amount ,

Line 2798: --oke_debug.debug('calling oke_fundingallocation_pvt.update_row');

2794: -- Call OKE_FUNDINGALLOCATION_PVT.update_row
2795: --
2796:
2797: --dbms_output.put_line('calling oke_fundingallocation_pvt.update_row');
2798: --oke_debug.debug('calling oke_fundingallocation_pvt.update_row');
2799:
2800: OKE_FUNDINGALLOCATION_PVT.update_row(X_Fund_Allocation_Id => l_allocation_in_rec.fund_allocation_id ,
2801: X_Amount => l_allocation_in_rec.amount ,
2802: X_Previous_Amount => l_previous_amount ,

Line 2800: OKE_FUNDINGALLOCATION_PVT.update_row(X_Fund_Allocation_Id => l_allocation_in_rec.fund_allocation_id ,

2796:
2797: --dbms_output.put_line('calling oke_fundingallocation_pvt.update_row');
2798: --oke_debug.debug('calling oke_fundingallocation_pvt.update_row');
2799:
2800: OKE_FUNDINGALLOCATION_PVT.update_row(X_Fund_Allocation_Id => l_allocation_in_rec.fund_allocation_id ,
2801: X_Amount => l_allocation_in_rec.amount ,
2802: X_Previous_Amount => l_previous_amount ,
2803: X_Object_id => l_allocation_in_rec.object_id ,
2804: X_k_line_id => l_allocation_in_rec.k_line_id ,

Line 2908: -- Calling subprograms: OKE_FUNDINGALLOCATION_PVT.delete_row

2904: -- Procedure delete_allocation
2905: --
2906: -- Description: This procedure is used to delete record in OKE_K_FUND_ALLOCATIONS table
2907: --
2908: -- Calling subprograms: OKE_FUNDINGALLOCATION_PVT.delete_row
2909: -- OKE_API.start_activity
2910: -- OKE_API.end_activity
2911: -- validate_fund_allocation_id
2912: -- PA_AGREEMENT_PUB.delete_funding

Line 3019: -- Call OKE_FUNDINGALLOCATION_PVT.delete_row to delete the row

3015: -- End 7/15/02
3016: --
3017:
3018: --
3019: -- Call OKE_FUNDINGALLOCATION_PVT.delete_row to delete the row
3020: --
3021:
3022: OKE_FUNDINGALLOCATION_PVT.delete_row(x_rowid => l_rowid);
3023:

Line 3022: OKE_FUNDINGALLOCATION_PVT.delete_row(x_rowid => l_rowid);

3018: --
3019: -- Call OKE_FUNDINGALLOCATION_PVT.delete_row to delete the row
3020: --
3021:
3022: OKE_FUNDINGALLOCATION_PVT.delete_row(x_rowid => l_rowid);
3023:
3024: --
3025: -- Delete project_funding lines if they exist in PA;
3026: --