DBA Data[Home] [Help]

APPS.PO_EXHIBITS_PVT dependencies on PO_TBL_VARCHAR100

Line 45: -- p_assigned_num_array PO_TBL_VARCHAR100 Set of line numbers for the given exhibit

41: --Function:
42: --This fucntion will return the next eligible elin (exhibit line number) for the give exhibit of that document.
43: --Parameters:
44: --IN:
45: -- p_assigned_num_array PO_TBL_VARCHAR100 Set of line numbers for the given exhibit
46: -- p_header_id Document Identifier
47: -- p_exhibit_name Exhibit name
48:
49: --IN OUT:

Line 54: FUNCTION NEXT_ELIN_NUM (p_assigned_num_array PO_TBL_VARCHAR100, p_header_id NUMBER, p_exhibit_name IN VARCHAR2) return VARCHAR2;

50: --OUT:
51: --Notes:
52: --End of Comments
53: --------------------------------------------------------------------------------
54: FUNCTION NEXT_ELIN_NUM (p_assigned_num_array PO_TBL_VARCHAR100, p_header_id NUMBER, p_exhibit_name IN VARCHAR2) return VARCHAR2;
55:
56:
57: --------------------------------------------------------------------------------
58: --Start of Comments