DBA Data[Home] [Help]

APPS.PQH_GENERIC dependencies on FND_REQUEST

Line 732: l_req := fnd_request.submit_request( application => 'PQH'

728: l_req number := -1 ;
729: begin
730: --
731: if p_calling_mode = 'FORM' then
732: l_req := fnd_request.submit_request( application => 'PQH'
733: , program => 'PQHGNCPG'
734: , argument1 => p_copy_entity_txn_id
735: , argument2 => p_txn_short_name );
736: return (l_req);