DBA Data[Home] [Help]

APPS.OE_ATCHMT_UTIL dependencies on STANDARD

Line 36: -- x_return_status : standard API return status

32: -- added after attachments are applied
33: -- if 'Y', then apply attachments irrespective of the
34: -- profile and add information messages after
35: -- attachments are applied.
36: -- x_return_status : standard API return status
37: --
38: -- Notes
39: --
40: -- End of Comments

Line 68: -- x_return_status : standard API return status

64: -- Parameters
65: -- p_entity_code : entity for which attachments are to be deleted
66: -- (OE_GLOBALS.G_ENTITY_HEADER/OE_GLOBALS.G_ENTITY_LINE)
67: -- p_entity_id : primary key value for the entity (header_id/line_id)
68: -- x_return_status : standard API return status
69: --
70: -- Notes
71: --
72: -- End of Comments

Line 95: -- x_return_status : standard API return status

91: -- p_from_entity_id : PK value of entity to be copied FROM (header_id/line_id)
92: -- p_to_entity_id : PK value of entity to be copied TO (header_id/line_id)
93: -- p_manual_attachments_only : if 'Y' only the manual attachments on the
94: -- FROM entity will be copied else ALL are copied
95: -- x_return_status : standard API return status
96: -- End of Comments
97: ------------------------------------------
98: PROCEDURE Copy_Attachments
99: (