DBA Data[Home] [Help]

APPS.PAY_RETRO_NOTIF_PKG dependencies on FND_PROFILE

Line 138: c_req_id:=fnd_profile.value('CONC_REQUEST_ID');

134: pragma exception_init(zero_req_id, -9999);
135: --
136: begin
137:
138: c_req_id:=fnd_profile.value('CONC_REQUEST_ID');
139: l_print_buffer:= fnd_profile.value('CONC_PRINT_TOGETHER');
140:
141: select number_of_copies,
142: printer,

Line 139: l_print_buffer:= fnd_profile.value('CONC_PRINT_TOGETHER');

135: --
136: begin
137:
138: c_req_id:=fnd_profile.value('CONC_REQUEST_ID');
139: l_print_buffer:= fnd_profile.value('CONC_PRINT_TOGETHER');
140:
141: select number_of_copies,
142: printer,
143: print_style,