DBA Data[Home] [Help]

APPS.PSB_ACCOUNT_POSITION_SETS_T1 dependencies on FND_API

Line 31: l_return_status := FND_API.G_RET_STS_SUCCESS ;

27: -- Initialize the message list.
28: --
29: FND_MSG_PUB.initialize ;
30:
31: l_return_status := FND_API.G_RET_STS_SUCCESS ;
32:
33: IF INSERTING THEN
34: --
35: l_set_id := :new.account_position_set_id ;

Line 129: p_encoded => FND_API.G_FALSE ,

125: 'PSBTAPST.sql ' ) ;
126: END IF ;
127: --
128: FND_MSG_PUB.Get( p_msg_index => FND_MSG_PUB.G_FIRST ,
129: p_encoded => FND_API.G_FALSE ,
130: p_data => l_msg_data ,
131: p_msg_index_out => l_msg_index_out
132: ) ;
133: --