DBA Data[Home] [Help]

APPS.PA_BILLING_WORKBENCH_BILL_PKG dependencies on STANDARD

Line 34: -- Local standard variables used to pass calculated values

30: x_msg_data OUT NOCOPY VARCHAR2 --File.Sql.39 bug 4440895
31: )
32: IS
33:
34: -- Local standard variables used to pass calculated values
35: -- in project currency to the calling program
36:
37: l_proj_funding_amt NUMBER ;
38: l_proj_rev_accured NUMBER ;

Line 56: -- Local standard variables used to pass calculated values

52: l_pc_uer_applicab_flag VARCHAR2(1) := 'Y';
53: l_pc_unbil_eve_applicab_flag VARCHAR2(1);
54:
55:
56: -- Local standard variables used to pass calculated values
57: -- in project functional currency to the calling program
58:
59: l_projfunc_funding_amt NUMBER ;
60: l_projfunc_rev_accured NUMBER ;

Line 113: -- Local standard variables used to pass status and error,

109: l_accepted_exist varchar2(1);
110:
111: l_next_invoice_date DATE;
112:
113: -- Local standard variables used to pass status and error,
114: -- if occur, to the calling program
115:
116: l_return_status VARCHAR2(1);
117: l_msg_count NUMBER ;