DBA Data[Home] [Help]

APPS.AP_UTILITIES_PKG dependencies on GL_SETS_OF_BOOKS

Line 269: P_chart_of_accts_id IN GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE

265: FUNCTION get_auto_offsets_segments
266: (P_base_ccid IN NUMBER,
267: P_flex_qualifier_name IN VARCHAR2,
268: P_flex_segment_num IN NUMBER,
269: P_chart_of_accts_id IN GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE
270: ) return varchar2;
271:
272: FUNCTION delete_invoice_from_interface(p_invoice_id_table IN number_table_type,
273: p_invoice_line_id_table IN number_table_type,

Line 410: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type,

406:
407: -- bug 7531219
408: -- Function to validate balancing segment to the ledger
409: FUNCTION is_balancing_segment_valid (
410: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type,
411: p_balancing_segment_value IN gl_ledger_segment_values.segment_value%type,
412: p_date IN DATE,
413: p_calling_sequence IN VARCHAR2)
414: RETURN BOOLEAN;