DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUNS_ALL

Line 733: ( p_run_id IN pa_alloc_runs_all.run_id%TYPE

729: --This procedure deletes the source details for each capital interest transaction. This procedure will
730: --be called from delete_alloc_run api when the DELETE button is pressed to delete a capital interest
731: --batch
732: PROCEDURE delete_cint_source_dets
733: ( p_run_id IN pa_alloc_runs_all.run_id%TYPE
734: ,x_return_status OUT NOCOPY VARCHAR2
735: ,x_msg_count OUT NOCOPY NUMBER
736: ,x_msg_data OUT NOCOPY VARCHAR2
737: );

Line 744: ( p_run_id IN pa_alloc_runs_all.run_id%TYPE

740: --This procedure is called from PA_CAP_INT_PVT. Generate_cap_interest when release button is pressed on the
741: --Allocation form(when form is accessed in the context of capitalized interest) or when auto release flag is
742: --passed Y
743: PROCEDURE release_capint_txns
744: ( p_run_id IN pa_alloc_runs_all.run_id%TYPE
745: ,x_return_status OUT NOCOPY VARCHAR2
746: ,x_msg_count OUT NOCOPY NUMBER
747: ,x_msg_data OUT NOCOPY VARCHAR2
748: );