DBA Data[Home] [Help]

APPS.FND_REQUEST_COPY dependencies on FND_GLOBAL

Line 129: fnd_global.user_id,

125:
126: if (number_of_arguments > 0) then
127: attribute_order := Fnd_Conc_Request_Pkg.Encode_Attribute_Order(
128: srs_flag,
129: fnd_global.user_id,
130: fnd_global.resp_id,
131: fnd_global.resp_appl_id,
132: program_application_id,
133: concurrent_program_name);

Line 130: fnd_global.resp_id,

126: if (number_of_arguments > 0) then
127: attribute_order := Fnd_Conc_Request_Pkg.Encode_Attribute_Order(
128: srs_flag,
129: fnd_global.user_id,
130: fnd_global.resp_id,
131: fnd_global.resp_appl_id,
132: program_application_id,
133: concurrent_program_name);
134: end if;

Line 131: fnd_global.resp_appl_id,

127: attribute_order := Fnd_Conc_Request_Pkg.Encode_Attribute_Order(
128: srs_flag,
129: fnd_global.user_id,
130: fnd_global.resp_id,
131: fnd_global.resp_appl_id,
132: program_application_id,
133: concurrent_program_name);
134: end if;
135: