DBA Data[Home] [Help]

APPS.IGW_PROP_ABSTRACTS_PUB dependencies on IGW_PROP_ABSTRACTS_PVT

Line 108: Igw_Prop_Abstracts_Pvt.Populate_Prop_Abstracts(l_proposal_id);

104: RAISE Fnd_Api.G_Exc_Error;
105:
106: END IF;
107:
108: Igw_Prop_Abstracts_Pvt.Populate_Prop_Abstracts(l_proposal_id);
109:
110: /*
111: ** Establish Savepoint for Rollback
112: */

Line 125: Igw_Prop_Abstracts_Pvt.Update_Prop_Abstract

121: WHERE proposal_id = l_proposal_id
122: AND abstract_type = 'IGW_ABSTRACT_TYPES'
123: AND abstract_type_code = l_abstract_type_code;
124:
125: Igw_Prop_Abstracts_Pvt.Update_Prop_Abstract
126: (
127: p_init_msg_list => Fnd_Api.G_True,
128: p_validate_only => p_validate_only,
129: p_commit => Fnd_Api.G_False,