DBA Data[Home] [Help]

APPS.IGW_PROP dependencies on FND_API

Line 1154: p_encoded => FND_API.G_TRUE );

1150: when others then
1151: rollback to a;
1152: fnd_msg_pub.add_exc_msg('IGW_PROP', 'COPY_PROPOSAL_ALL' );
1153: o_error_message := fnd_msg_pub.get( p_msg_index => FND_MSG_PUB.G_FIRST,
1154: p_encoded => FND_API.G_TRUE );
1155: o_return_status := 'U';
1156:
1157: end;
1158: